me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.32.1.
master
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
1 changed files with 2 additions and 2 deletions

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")))