gnu: dovecot-pigeonhole: Update to 0.5.17.
* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17. [arguments]: Don't explicitly return #t from phases.
This commit is contained in:
parent
afe6c8a97f
commit
3fb19280bb
1 changed files with 4 additions and 6 deletions
|
@ -1964,7 +1964,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.16")
|
(version "0.5.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1972,7 +1972,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 "0f79qsiqnhaxn7mrrfcrnsjyv6357kzb7wa0chhfd69vwa06g8sw"))
|
(base32 "0j6ng173hh5iiqxdkxfb5v9djpn39gxdrv5ki7i22cf5cqwq47h3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
@ -1981,8 +1981,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
||||||
(substitute* "configure"
|
(substitute* "configure"
|
||||||
(("doc/rfc/Makefile") ""))
|
(("doc/rfc/Makefile") ""))
|
||||||
(substitute* "doc/Makefile.in"
|
(substitute* "doc/Makefile.in"
|
||||||
(("rfc ") ""))
|
(("rfc ") ""))))))
|
||||||
#t))))
|
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
@ -2010,8 +2009,7 @@ It supports mbox/Maildir and its own dbox/mdbox formats.")
|
||||||
(substitute* "src/managesieve-login/managesieve-login-settings.c"
|
(substitute* "src/managesieve-login/managesieve-login-settings.c"
|
||||||
(("\\.executable = \"managesieve-login\"")
|
(("\\.executable = \"managesieve-login\"")
|
||||||
(string-append ".executable = \"" libexec
|
(string-append ".executable = \"" libexec
|
||||||
"/managesieve-login\"")))
|
"/managesieve-login\"")))))))))
|
||||||
#t))))))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue