kkebreau pushed a commit to branch core-updates
in repository guix.
commit c73054669bc66610073af5f2b99eba04d017a03d
Author: Kei Kebreau <[email protected]>
AuthorDate: Mon Dec 23 11:09:19 2019 -0500
gnu: gnome-shell-extensions: Update to 3.34.2.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.34.2.
(cherry picked from commit c7587d3ef346554468475202c4ec436ad4ef3b65)
---
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 f550470..e7f1007 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8209,7 +8209,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "3.32.1")
+ (version "3.34.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -8217,7 +8217,7 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
- "07libf6z24n42hpdsq163w0j8xyrav0lxqrwxrvq5kbz8zxv5ch2"))))
+ "1f5l35l3kdkzrv49xmg1sh11vwmgjbg7hx3gb91i39bfl1snxqd1"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))