guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: evolution: Update to 3.46.0.


From: guix-commits
Subject: 02/02: gnu: evolution: Update to 3.46.0.
Date: Mon, 19 Sep 2022 15:24:12 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit e58bafcca4f44e058c7e88de73aa6311be7a3b37
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Sep 19 21:13:39 2022 +0200

    gnu: evolution: Update to 3.46.0.
    
    * gnu/packages/gnome.scm (evolution): Update to 3.46.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 1fb30f226e..e9db5bac95 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11504,7 +11504,7 @@ generic enough to work for everyone.")
 (define-public evolution
   (package
     (name "evolution")
-    (version "3.45.3")
+    (version "3.46.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/evolution/"
@@ -11512,7 +11512,7 @@ generic enough to work for everyone.")
                                   "evolution-" version ".tar.xz"))
               (sha256
                (base32
-                "1q4fa5l7k0rax39iwn2spmzxcr2l73mj3644lf8j9mnp5w774c96"))))
+                "0gwi89bqk20ggcxsq7xgd97my0hxx8z82kisml6vz6kbpiv957p0"))))
     (build-system cmake-build-system)
     (arguments
      (list



reply via email to

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