kkebreau pushed a commit to branch core-updates
in repository guix.
commit 8a7afc8159991cdafb75f06aaafe6a01eb758c26
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Dec 14 23:01:00 2019 -0500
gnu: gnome-desktop: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.34.2.
(cherry picked from commit 8ff022afb1da6ae4eb345e0f9836e285c137b9c2)
---
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 dd98603..8946cab 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1216,7 +1216,7 @@ offline sources, providing a centralized place for
managing your contacts.")
(define-public gnome-desktop
(package
(name "gnome-desktop")
- (version "3.32.2")
+ (version "3.34.2")
(source
(origin
(method url-fetch)
@@ -1225,7 +1225,7 @@ offline sources, providing a centralized place for
managing your contacts.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0bidx4626x7k2myv6f64qv4fzmxv8v475wibiz19kj8hjfr737q9"))))
+ "1v983xirwp1y6ggz97bh742ak6gff0hxb359dgn37nikjxhvm0a0"))))
(build-system meson-build-system)
(arguments
'(#:phases