guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

22/62: gnu: evolution: Update to 3.32.4.


From: guix-commits
Subject: 22/62: gnu: evolution: Update to 3.32.4.
Date: Sat, 7 Dec 2019 14:04:53 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 06141f832aaf90e2297dd9beee1ebd503891d541
Author: Kei Kebreau <address@hidden>
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 4086d9d..2ca04f3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]