summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-11 06:27:07 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:35:11 -0500
commit57203ebba0fa3eaa7c2df9bfd3e7c59f8ee98f6a (patch)
tree90ccbe93482a8d855fec62f95bcc3993199a7559 /gnu
parent2e45916c435c3e49744bbf44f1db5ba2e7903406 (diff)
downloadpatches-57203ebba0fa3eaa7c2df9bfd3e7c59f8ee98f6a.tar
patches-57203ebba0fa3eaa7c2df9bfd3e7c59f8ee98f6a.tar.gz
gnu: gnome-session: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-session): Update to 3.22.2.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 31279e92ff..a3cbe81d69 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3982,7 +3982,7 @@ such as gzip tarballs.")
(define-public gnome-session
(package
(name "gnome-session")
- (version "3.20.2")
+ (version "3.22.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3990,7 +3990,7 @@ such as gzip tarballs.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1npnjm6wirz2v0liv7n23ivp2w0y1q230qcdb681hhzmp7h9fpq2"))))
+ "1xahljysbpnc1zafm1y2lqnmmqi2jh4fx7h2y48d9ipqnknk26in"))))
(arguments
'(#:phases
(modify-phases %standard-phases