summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-22 18:26:46 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:11 -0500
commit06141f832aaf90e2297dd9beee1ebd503891d541 (patch)
tree63b25517b45fe4d9aa2c1d7c6c3cd041833f3704 /gnu/packages/gnome.scm
parent2196a8d414b4c855c1dfbd5f0154402d3b1a6f10 (diff)
gnu: evolution: Update to 3.32.4.
* gnu/packages/gnome.scm (evolution): Update to 3.32.4.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4086d9df59..2ca04f3b5d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8402,7 +8402,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/"
@@ -8410,7 +8410,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