kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 5e81f4d625e7a168850fff00531d6b808c6dca7b
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 20:18:55 2020 -0400
gnu: evolution: Update to 3.36.1.
* gnu/packages/gnome.scm (evolution): Update to 3.36.1.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ca9d5f1..a6dea42 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9377,7 +9377,7 @@ generic enough to work for everyone.")
(define-public evolution
(package
(name "evolution")
- (version "3.34.2")
+ (version "3.36.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/evolution/"
@@ -9385,7 +9385,7 @@ generic enough to work for everyone.")
"evolution-" version ".tar.xz"))
(sha256
(base32
- "164vy8h432pjglafn8y2ms4gsvk3kbgc63h5qp0mk5dv4smsp29c"))))
+ "1f3cwc05gw75yqficcxns95r96lv7an4aih6d7hng3n3pqfwyfl7"))))
(build-system cmake-build-system)
(arguments
`(#:imported-modules (,@%cmake-build-system-modules
@@ -9401,7 +9401,7 @@ generic enough to work for everyone.")
(modify-phases %standard-phases
;; The build system attempts to install user interface modules to the
;; output directory of the "evolution-data-server" package. This
- ;; change redirects that change.
+ ;; change redirects that installation.
(add-after 'unpack 'patch-ui-module-dir
(lambda* (#:key outputs #:allow-other-keys)
(substitute* "src/modules/alarm-notify/CMakeLists.txt"