kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 4561d1f6c9f996f27a20cf8b18ea0287e46fbbd8
Author: Kei Kebreau <[email protected]>
Date: Mon Jul 22 18:26:46 2019 -0400
gnu: evolution: Update to 3.32.4.
* gnu/packages/gnome.scm (evolution): Update to 3.32.4.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index e8cd6c2..0b3041c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8180,7 +8180,7 @@ generic enough to work for everyone.")
(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/"
@@ -8188,7 +8188,7 @@ generic enough to work for everyone.")
"evolution-" version ".tar.xz"))
(sha256
(base32
- "1hhxj3rh921pp3l3c5k33bdypcas1p66krzs65k1qn82c5fpgl2h"))))
+ "00hmmg4hfns8rq9rcilmy0gi1xkksld27lfbd9zmw2xw37wjmbqh"))))
(build-system cmake-build-system)
(arguments
`(#:imported-modules (,@%cmake-build-system-modules