kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.
commit 895a4c695f5c1d0797c8bfad5ed7b1df98fd5b8f
Author: Kei Kebreau <[email protected]>
AuthorDate: Sat Apr 18 15:21:16 2020 -0400
gnu: gnome-session: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-session): Update to 3.36.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 5811f2f..914ba4f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5781,7 +5781,7 @@ such as gzip tarballs.")
(define-public gnome-session
(package
(name "gnome-session")
- (version "3.34.2")
+ (version "3.36.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5789,7 +5789,7 @@ such as gzip tarballs.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qgqp97f8k2zi2ydvhds14zsjzfj7cv521r6wx5sw0qacn0p7dwb"))))
+ "0ymvf1bap35348rpjqp63qwnwnnawdwi4snch95zc4n832w3hjym"))))
(arguments
'(#:glib-or-gtk? #t
#:phases