gnu: evolution: Update to 3.32.4.

* gnu/packages/gnome.scm (evolution): Update to 3.32.4.
This commit is contained in:
Kei Kebreau 2019-07-22 18:26:46 -04:00
parent 2196a8d414
commit 06141f832a
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -8402,7 +8402,7 @@ (define-public libdazzle
(define-public evolution
(package
(name "evolution")
(version "3.30.5")
(version "3.32.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evolution/"
@ -8410,7 +8410,7 @@ (define-public evolution
"evolution-" version ".tar.xz"))
(sha256
(base32
"1hhxj3rh921pp3l3c5k33bdypcas1p66krzs65k1qn82c5fpgl2h"))))
"00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh"))))
(build-system cmake-build-system)
(arguments
`(#:imported-modules (,@%cmake-build-system-modules