rekado pushed a commit to branch wip-gnome3.30
in repository guix.
commit 2562d0f38cd0dcede89b380aced5b6a1dd2db3e7
Author: Ricardo Wurmus <[email protected]>
Date: Mon Aug 6 18:59:16 2018 +0200
gnu: evolution-data-server: Update to 3.28.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.28.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 78e2c00..3c7299b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4945,7 +4945,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(define-public evolution-data-server
(package
(name "evolution-data-server")
- (version "3.28.1")
+ (version "3.28.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4953,7 +4953,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
name "-" version ".tar.xz"))
(sha256
(base32
- "12b9lfgwd57rzn9394xrbvl9ym5aqldpz9v7c9a421dsv8dgq13b"))))
+ "11sq795115vrcgxl9svscm6wg8isjj784c3d84qzb6z47zq92zj3"))))
(build-system cmake-build-system)
(arguments
'(;; XXX FIXME: 11/85 tests are failing.