[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/63: gnu: evolution-data-server: Update to 3.32.4.
From: |
guix-commits |
Subject: |
21/63: gnu: evolution-data-server: Update to 3.32.4. |
Date: |
Thu, 7 Nov 2019 09:57:38 -0500 (EST) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit d124304aba4de079b88beb8f6479c63f948d48db
Author: Kei Kebreau <address@hidden>
Date: Mon Jul 22 18:21:31 2019 -0400
gnu: evolution-data-server: Update to 3.32.4.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.32.4.
[arguments]: Adjust 'disable-failing-tests' phases accordingly.
---
gnu/packages/gnome.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8c5860e..9b6361f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5209,7 +5209,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(define-public evolution-data-server
(package
(name "evolution-data-server")
- (version "3.30.5")
+ (version "3.32.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5218,7 +5218,7 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
(patches (search-patches "evolution-data-server-locales.patch"))
(sha256
(base32
- "1s952wyhgcbmq9nfgk75v15zdy1h3wy5p5rmkqibaavmc0pk3mli"))))
+ "0zsc9xwy6ixk3x0dx69ax5isrdw8qxjdxg2i5fr95s40nss7rxl3"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags
@@ -5245,11 +5245,13 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and
Kerberos.")
(delete-file-recursively "tests/book-migration")
(substitute* "tests/CMakeLists.txt"
(("add_subdirectory\\(book-migration\\)") ""))
- ;;
tests/libedata-cal/test-cal-meta-backend.c:1328:test_get_attachment_uris:
- ;; assertion failed (uris->data == expected_uri):
- ;; ("" == "file:///tests/libedata-cal/components/event-1.ics")
- (substitute* "tests/libedata-cal/CMakeLists.txt"
- (("test-cal-meta-backend") ""))
+ ;; tests/libebook/client/test-book-client-view-operations:8077):
+ ;; e-data-server-WARNING **:
+ ;;
(src/libedataserver/e-source-registry.c:264):thread_closure_free:
+ ;; runtime check failed:
+ ;; (!g_main_context_pending (closure->main_context))
+ (substitute* "tests/libebook/client/CMakeLists.txt"
+ (("test-book-client-view-operations") ""))
#t))
(add-after 'unpack 'patch-paths
(lambda _
- 17/63: gnu: tracker: Update to 2.2.2., (continued)
- 17/63: gnu: tracker: Update to 2.2.2., guix-commits, 2019/11/07
- 18/63: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/11/07
- 19/63: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/07
- 34/63: gnu: libwnck: Update to 3.32.0., guix-commits, 2019/11/07
- 35/63: gnu: five-or-more: Update to 3.32.0., guix-commits, 2019/11/07
- 41/63: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/07
- 33/63: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/07
- 36/63: gnu: gnome-mines: Update to 3.32.2., guix-commits, 2019/11/07
- 37/63: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/07
- 39/63: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/07
- 21/63: gnu: evolution-data-server: Update to 3.32.4.,
guix-commits <=
- 23/63: gnu: Add pipewire., guix-commits, 2019/11/07
- 28/63: gnu: gnome-screenshot: Update to 3.32.0., guix-commits, 2019/11/07
- 24/63: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/07
- 27/63: gnu: nautilus: Update to 3.32.1., guix-commits, 2019/11/07
- 25/63: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/07
- 22/63: gnu: evolution: Update to 3.32.4., guix-commits, 2019/11/07
- 30/63: gnu: gnome-calendar: Update to 3.32.2., guix-commits, 2019/11/07
- 31/63: gnu: gnome-shell-extensions: Update to 3.32.1., guix-commits, 2019/11/07
- 29/63: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/07
- 32/63: gnu: gnome-system-monitor: Update to 3.32.1., guix-commits, 2019/11/07