me
/
guix
Archived
1
0
Fork 0

gnu: dovecot: Update to 2.3.20.

* gnu/packages/mail.scm (dovecot): Update to 2.3.20.
master
Tobias Geerinckx-Rice 2023-01-15 01:00:02 +01:00
parent 1dde14e6d3
commit e2d2f516b2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1949,7 +1949,7 @@ facilities for checking incoming mail.")
(package
(name "dovecot")
;; Also update dovecot-pigeonhole when updating to a new minor version.
(version "2.3.19.1")
(version "2.3.20")
(source
(origin
(method url-fetch)
@ -1957,7 +1957,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
"dovecot-" version ".tar.gz"))
(sha256
(base32 "0lawd8grwxass1frlw9bdd49fpwwxsv2qnxllsg6a2bkgpcbqnnv"))))
(base32 "0ll546dldhxqk8yr2jnfq0rag7vp9d9hz7gf6pgsnj41jvmk5a6a"))))
(build-system gnu-build-system)
(native-inputs
(list pkg-config))