gnu: dovecot-pigeonhole: Update to 0.5.14.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.14.
This commit is contained in:
parent
1c8a328331
commit
b12974ec52
1 changed files with 2 additions and 2 deletions
|
@ -1823,7 +1823,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
||||||
(let ((dovecot-version (version-major+minor (package-version dovecot))))
|
(let ((dovecot-version (version-major+minor (package-version dovecot))))
|
||||||
(package
|
(package
|
||||||
(name "dovecot-pigeonhole")
|
(name "dovecot-pigeonhole")
|
||||||
(version "0.5.13")
|
(version "0.5.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1831,7 +1831,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
||||||
"https://pigeonhole.dovecot.org/releases/" dovecot-version "/"
|
"https://pigeonhole.dovecot.org/releases/" dovecot-version "/"
|
||||||
"dovecot-" dovecot-version "-pigeonhole-" version ".tar.gz"))
|
"dovecot-" dovecot-version "-pigeonhole-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "05xz2d82ck6lmv94nbc3qff09j8b60a5640i3fmqwqsvv9kfa7wi"))
|
(base32 "1lmjzz4kd90wbdslacybizd1dks4bhwmrx39lj8b19naldw0zjk8"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue