mhw pushed a commit to branch gnome-updates
in repository guix.
commit 2e45916c435c3e49744bbf44f1db5ba2e7903406
Author: Mark H Weaver <[email protected]>
Date: Mon Jan 9 04:29:53 2017 -0500
gnu: gnome-shell-extensions: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.22.2.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 2438f32..31279e9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5489,7 +5489,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "3.20.1")
+ (version "3.22.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -5497,7 +5497,7 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
- "18rr55krnqx1nzrzlj6kfzh4n67f3crakmwh28rr95y7cg0jwhxw"))))
+ "11wa4f9arr89a4y8nsvla5j58dzwlawjb2q1lz0jn5i9kv324z6z"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--enable-extensions=all")))