summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-08-06 18:59:16 +0200
committerRicardo Wurmus <rekado@elephly.net>2019-03-07 13:44:25 +0100
commitbb10e7c81785d395196b48de00fc471fac382460 (patch)
tree66eb939d2d464bf9de3997fb0e6acc6643735afd /gnu/packages/gnome.scm
parent0a76f2bd3b3c0fd348e6f7387a6296218cbb2d0c (diff)
downloadguix-patches-bb10e7c81785d395196b48de00fc471fac382460.tar
guix-patches-bb10e7c81785d395196b48de00fc471fac382460.tar.gz
gnu: evolution-data-server: Update to 3.28.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.28.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 00a0c03adc..4df21d5fb5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5025,7 +5025,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 "/"
@@ -5033,7 +5033,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.