guix-commits
[Top][All Lists]
Advanced

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

94/113: gnu: evolution: Update to 3.40.0.


From: guix-commits
Subject: 94/113: gnu: evolution: Update to 3.40.0.
Date: Wed, 24 Mar 2021 19:23:58 -0400 (EDT)

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

commit 2dbb9fef42ef8b76f7cd37db201aeef488d394af
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Wed Mar 24 21:58:28 2021 +0100

    gnu: evolution: Update to 3.40.0.
    
    * gnu/packages/gnome.scm (evolution): Update to 3.40.0.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 7362bf0..2d53d1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10634,7 +10634,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/"
@@ -10642,8 +10642,7 @@ generic enough to work for everyone.")
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))
-              (patches (search-patches "evolution-CVE-2020-11879.patch"))))
+                "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]