summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2017-01-09 04:21:56 -0500
committerMark H Weaver <mhw@netris.org>2017-01-11 11:35:07 -0500
commit759a077cca532510f72a920c9dece57e59c48379 (patch)
treee1ef03a16aedce3a775990131f3be182d8239b97 /gnu/packages/gnome.scm
parentfc119619c16931eb3f2ca4fffcc90d478ba1433e (diff)
gnu: gnome-shell: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.22.2.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 b8b725d6e8..2438f32bc9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4864,7 +4864,7 @@ properties, screen resolution, and other GNOME parameters.")
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "3.20.4")
+ (version "3.22.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4872,7 +4872,7 @@ properties, screen resolution, and other GNOME parameters.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0kd9y847pw9v3zl0g52ly7xdcjz0b9v37aqmi19iddfkxjjyn4qc"))))
+ "16smvjfrpyfphv479hjky5261hgl4kli4q86bcb2b8xdcav4w3yq"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:phases