diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 14:10:22 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 14:11:56 +0100 |
commit | b12974ec52de76d1420dd61aa5fcd075add5754d (patch) | |
tree | a4faa7f1e6d996760dfdfb7eb44043d12377cb9f | |
parent | 1c8a3283316837995ec93d586859f53f43635716 (diff) |
gnu: dovecot-pigeonhole: Update to 0.5.14.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.14.
-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 539eac5b77..0e0934a245 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -1823,7 +1823,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.13") + (version "0.5.14") (source (origin (method url-fetch) @@ -1831,7 +1831,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 "05xz2d82ck6lmv94nbc3qff09j8b60a5640i3fmqwqsvv9kfa7wi")) + (base32 "1lmjzz4kd90wbdslacybizd1dks4bhwmrx39lj8b19naldw0zjk8")) (modules '((guix build utils))) (snippet '(begin |