gnu: dovecot-pigeonhole: Update to 0.5.21.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.21.
This commit is contained in:
parent
ed566a51de
commit
23f6e86bf2
1 changed files with 2 additions and 2 deletions
|
@ -2059,7 +2059,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.20")
|
(version "0.5.21")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2067,7 +2067,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 "163wc5spzvy9pcpsbz3adl22h8f1krp21fh9mql16b7af14bscmf"))
|
(base32 "09zd7n6ljqaj3i3m6r1hn1vb1cjhy64040vji82i4rq7b4k1v9qw"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue