mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: dovecot: Update to 2.2.33.2.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.2.
This commit is contained in:
parent
fa9ac83ec4
commit
5a740d06b6
1 changed files with 2 additions and 2 deletions
|
@ -1108,7 +1108,7 @@ (define-public exim
|
|||
(define-public dovecot
|
||||
(package
|
||||
(name "dovecot")
|
||||
(version "2.2.33.1")
|
||||
(version "2.2.33.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1116,7 +1116,7 @@ (define-public dovecot
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.gz"))
|
||||
(sha256 (base32
|
||||
"02w932hq8v9889k709gbg94jl983lzwd3nh51vkxq041821a3ng4"))))
|
||||
"117f9i62liz2pm96zi2lpldzlj2knzj7g410zhifwmlsc1w3n7py"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue