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

* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 41.0.
This commit is contained in:
Liliana Marie Prikler 2021-12-15 20:26:10 +01:00
parent 933c764f8a
commit 88ad264871
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9904,7 +9904,7 @@ (define-public gnome-tweaks
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
(version "40.4")
(version "41.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -9912,7 +9912,7 @@ (define-public gnome-shell-extensions
name "-" version ".tar.xz"))
(sha256
(base32
"0yfd1bcwf72dmr1hfh7g8s5cb7snyiyg86575hqx1frbq914q7gm"))))
"0s7wcsa0ysdgh5zpxpa95id5rz4ajb2r1561v5szjf4b8k0slkyq"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))