kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit e7279bb1a7313843a1d7e9c5322a93c725e4fa9f
Author: Kei Kebreau <[email protected]>
Date: Wed Jul 24 19:44:01 2019 -0400
gnu: gnome-shell-extensions: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.32.1.
---
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 78c9ff4..bb30257 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7152,7 +7152,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
- (version "3.30.1")
+ (version "3.32.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7160,7 +7160,7 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1grxn4f5x754r172wmnf0h0xpy69afmj359zsj1rwgqlzw4i4c5p"))))
+ "07libf6z24n42hpdsq163w0j8xyrav0lxqrwxrvq5kbz8zxv5ch2"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))