diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 15:21:16 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-05-12 10:49:47 -0400 |
commit | cca443bb07c04fac48e737e5dde9ede585d54b4c (patch) | |
tree | 39bc2595303eb28ea9441d1d53ca13989d22fafb /gnu | |
parent | 11a459abbbe6df90f598e66cf3b0ad2740eb0266 (diff) | |
download | guix-cca443bb07c04fac48e737e5dde9ede585d54b4c.tar.gz |
gnu: gnome-session: Update to 3.36.0.
* gnu/packages/gnome.scm (gnome-session): Update to 3.36.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6de2c8af6e..256f81910b 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 |