me
/
guix
Archived
1
0
Fork 0

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)
master
Kei Kebreau 2019-12-23 11:09:19 -05:00
parent 4add1bae4b
commit c73054669b
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

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