gnu: dovecot: Update to 2.2.32.

* gnu/packages/mail.scm (dovecot): Update to 2.2.32.
master
Tobias Geerinckx-Rice 2017-08-24 16:38:30 +02:00
parent 5fc9b6c108
commit 5cdb0cd380
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1090,7 +1090,7 @@ facilities for checking incoming mail.")
(define-public dovecot
(package
(name "dovecot")
(version "2.2.31")
(version "2.2.32")
(source
(origin
(method url-fetch)
@ -1098,7 +1098,7 @@ facilities for checking incoming mail.")
(version-major+minor version) "/"
name "-" version ".tar.gz"))
(sha256 (base32
"18bnwgn6hshbmr79g21sngkrmydji6bzb948a3b2i0bl0w4y8jq3"))))
"0bmwyvi1crmrca2knvknsf517x53w7gxrclwyrvrhddgw98j22qn"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))