kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 97c6b44779c67939aa9ef73c16a05377a1beab2b
Author: Kei Kebreau <[email protected]>
Date: Mon Oct 28 22:42:14 2019 -0400
gnu: gnome-session: Update to 3.32.0.
* gnu/packages/gnome.scm (gnome-session): Update to 3.32.0.
---
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 d3cf2bc..60e77e3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4855,7 +4855,7 @@ such as gzip tarballs.")
(define-public gnome-session
(package
(name "gnome-session")
- (version "3.30.1")
+ (version "3.32.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4863,7 +4863,7 @@ such as gzip tarballs.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0fbpq103md4g9gi67rxnwvha21629nxx7qazddy6q6494sbqbzpa"))))
+ "0zrzkpd406i159mla7bfs5npa32fgqh66aip1rfq02rgsgmc9m5v"))))
(arguments
'(#:glib-or-gtk? #t
#:phases