diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-17 15:30:52 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-18 16:49:55 -0400 |
commit | f67ce0069ad65dc6a811d14a3a86a2fe344097b3 (patch) | |
tree | 3924f2f8b1991aefa398f426f1ab776062c1743f | |
parent | b3492e39d791a58a54ce3e2357a619c7cd357821 (diff) | |
download | patches-f67ce0069ad65dc6a811d14a3a86a2fe344097b3.tar patches-f67ce0069ad65dc6a811d14a3a86a2fe344097b3.tar.gz |
gnu: gnome-session: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-session): Update to 3.34.2.
(cherry picked from commit 12a88070138ca2f11ebecf0aa0c7ae3b71b0032e)
-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 8263995dec..00a8b00e2e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5739,7 +5739,7 @@ such as gzip tarballs.") (define-public gnome-session (package (name "gnome-session") - (version "3.32.0") + (version "3.34.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -5747,7 +5747,7 @@ such as gzip tarballs.") name "-" version ".tar.xz")) (sha256 (base32 - "0zrzkpd406i159mla7bfs5npa32fgqh66aip1rfq02rgsgmc9m5v")))) + "1qgqp97f8k2zi2ydvhds14zsjzfj7cv521r6wx5sw0qacn0p7dwb")))) (arguments '(#:glib-or-gtk? #t #:phases |