diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-10 08:23:36 -0400 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-14 17:30:11 +0200 |
commit | 17cf06c3851b89e84ea9fef367e9f2e2da5b82e6 (patch) | |
tree | 0879764bf59674d5cc5a55cce65e65c33021e354 /gnu/packages/gnome.scm | |
parent | a158cfd00bef861bf627622195e29d0f507c4d32 (diff) |
gnu: gnome-session: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-session): Update to 3.24.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 d24500b0be..7f1f6b34f6 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4094,7 +4094,7 @@ such as gzip tarballs.") (define-public gnome-session (package (name "gnome-session") - (version "3.22.2") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4102,7 +4102,7 @@ such as gzip tarballs.") name "-" version ".tar.xz")) (sha256 (base32 - "1xahljysbpnc1zafm1y2lqnmmqi2jh4fx7h2y48d9ipqnknk26in")))) + "1vkfjsgks9czajivcg3y1krzlnilv2cnzzbdc7wrasrriqilji1v")))) (arguments '(#:phases (modify-phases %standard-phases |