3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gnome-shell-extensions: Update to 3.32.1.

* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.32.1.
This commit is contained in:
Kei Kebreau 2019-07-24 19:44:01 -04:00
parent 339b59bf03
commit ae4c05e096
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -7405,7 +7405,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 "/"
@ -7413,7 +7413,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")))