guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: evolution-data-server: Update to 3.24.3.


From: Tobias Geerinckx-Rice
Subject: 03/05: gnu: evolution-data-server: Update to 3.24.3.
Date: Mon, 26 Jun 2017 10:39:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 07cabcb1562d0f134a1195f1c126f4d60f1dae3d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 26 16:05:16 2017 +0200

    gnu: evolution-data-server: Update to 3.24.3.
    
    * gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.3.
---
 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 6325927..e6072e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4589,7 +4589,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
 (define-public evolution-data-server
   (package
     (name "evolution-data-server")
-    (version "3.24.2")
+    (version "3.24.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -4597,7 +4597,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1ywqy939n27v3kchlnyxs6ikhjxmlasv6f08ap4bldgr121vkfx9"))))
+                "1jj1q81bl3r0c8rnsfqi83igqlprzdcjim1fvygbyfy7b8gigqqk"))))
     (build-system cmake-build-system)
     (arguments
      '(;; XXX FIXME: 11/85 tests are failing.



reply via email to

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