gnu: dovecot: Update to 2.3.2.1.

* gnu/packages/mail.scm (dovecot): Update to 2.3.2.1.
master
Tobias Geerinckx-Rice 2018-08-08 21:09:13 +02:00
parent 83ee7ee735
commit 4c2ce29536
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1206,7 +1206,7 @@ facilities for checking incoming mail.")
(define-public dovecot
(package
(name "dovecot")
(version "2.3.1")
(version "2.3.2.1")
(source
(origin
(method url-fetch)
@ -1214,7 +1214,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
name "-" version ".tar.gz"))
(sha256 (base32
"14zva4f8k64x86sm9n21cp2yvrpph6k6k52bm22a00pxjwdq50q8"))))
"0d2ffbicgl3wswbnyjbw6qigz7r1aqzprpchbwp5cynw122i2raa"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))