me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 44.0.

Change-Id: Id5664a9f86f7a64179975cd9c5cbf7b6521c5844
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
master
Vivien Kraus 2023-11-21 22:41:58 +01:00 committed by Liliana Marie Prikler
parent 44c0e30e9c
commit 6a4151e411
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -10672,7 +10672,7 @@ GNOME Shell appearance and extension, etc.")
(define-public gnome-shell-extensions
(package
(name "gnome-shell-extensions")
(version "42.3")
(version "44.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@ -10680,7 +10680,7 @@ GNOME Shell appearance and extension, etc.")
name "-" version ".tar.xz"))
(sha256
(base32
"1z3k4bvq8f2s0q9q7i093w4hrz289lci7xlib20aqa4z5sivxhhf"))))
"1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
(build-system meson-build-system)
(arguments
'(#:configure-flags '("-Dextension_set=all")))