diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-07 18:31:02 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-07 18:42:48 +0100 |
commit | 8775efe8f1adf9fcb67a5c98cb1e5f84dbda9113 (patch) | |
tree | 7262448225f97b05d3719c0d6bad25e2c3b8f79a /gnu/packages/mail.scm | |
parent | 86d8a0460c2a8bdeb89ecdcf2296957d5f862081 (diff) | |
download | guix-8775efe8f1adf9fcb67a5c98cb1e5f84dbda9113.tar guix-8775efe8f1adf9fcb67a5c98cb1e5f84dbda9113.tar.gz |
gnu: dovecot-pigeonhole: Update to 0.5.17.1.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.1.
Diffstat (limited to 'gnu/packages/mail.scm')
-rw-r--r-- | gnu/packages/mail.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index e212d11ae6..aad6961f40 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1982,7 +1982,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.") (let ((dovecot-version (version-major+minor (package-version dovecot)))) (package (name "dovecot-pigeonhole") - (version "0.5.17") + (version "0.5.17.1") (source (origin (method url-fetch) @@ -1990,7 +1990,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.") "https://pigeonhole.dovecot.org/releases/" dovecot-version "/" "dovecot-" dovecot-version "-pigeonhole-" version ".tar.gz")) (sha256 - (base32 "0j6ng173hh5iiqxdkxfb5v9djpn39gxdrv5ki7i22cf5cqwq47h3")) + (base32 "04j5z3y8yyci4ni9j9i7cy0zg1qj2sm9zfarmjcvs9vydpga7i1w")) (modules '((guix build utils))) (snippet '(begin |