guix-commits
[Top][All Lists]
Advanced

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

96/117: gnu: evolution: Update to 3.40.0.


From: guix-commits
Subject: 96/117: gnu: evolution: Update to 3.40.0.
Date: Tue, 23 Mar 2021 19:26:03 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 16dec2935ec5bafbd051cfbefcd0d5a4d1cb9a60
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:54:06 2021 +0100

    gnu: evolution: Update to 3.40.0.
    
    * gnu/packages/gnome.scm (evolution): Update to 3.40.0.
---
 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 e2cd95e..c572fc6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10612,7 +10612,7 @@ generic enough to work for everyone.")
 (define-public evolution
   (package
     (name "evolution")
-    (version "3.34.2")
+    (version "3.40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/evolution/"
@@ -10620,7 +10620,7 @@ generic enough to work for everyone.")
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))))
+                "06ym6ch120z4vqrich8s7q8z9y4z7w1dj10v3j13a64pdjs2f2h3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:imported-modules (,@%cmake-build-system-modules



reply via email to

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