gnu: dovecot: Update to 2.3.18.

* gnu/packages/mail.scm (dovecot): Update to 2.3.18.
This commit is contained in:
Tobias Geerinckx-Rice 2022-01-30 01:00:01 +01:00
parent 56947bf283
commit e9d15acb3e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1871,7 +1871,7 @@ (define-public dovecot
(package (package
(name "dovecot") (name "dovecot")
;; Also update dovecot-pigeonhole when updating to a new minor version. ;; Also update dovecot-pigeonhole when updating to a new minor version.
(version "2.3.17.1") (version "2.3.18")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -1879,7 +1879,7 @@ (define-public dovecot
(version-major+minor version) "/" (version-major+minor version) "/"
"dovecot-" version ".tar.gz")) "dovecot-" version ".tar.gz"))
(sha256 (sha256
(base32 "1f525bvpjvi4rnwqjsqaqrbdii08sqmc1v8xq03m19w1vk6cqrqw")))) (base32 "0cvcbp6f5i8sg2sz8d3j654xrf4a74h7rszfpm2kq2bciik3zrq6"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list pkg-config)) (list pkg-config))