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>
This commit is contained in:
parent
44c0e30e9c
commit
6a4151e411
1 changed files with 2 additions and 2 deletions
|
@ -10672,7 +10672,7 @@ GNOME Shell appearance and extension, etc.")
|
||||||
(define-public gnome-shell-extensions
|
(define-public gnome-shell-extensions
|
||||||
(package
|
(package
|
||||||
(name "gnome-shell-extensions")
|
(name "gnome-shell-extensions")
|
||||||
(version "42.3")
|
(version "44.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -10680,7 +10680,7 @@ GNOME Shell appearance and extension, etc.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z3k4bvq8f2s0q9q7i093w4hrz289lci7xlib20aqa4z5sivxhhf"))))
|
"1aq1n75m1svsv0ppg66n9qch26rhjxcv3q33a3skf7hsydr5wd4c"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-Dextension_set=all")))
|
'(#:configure-flags '("-Dextension_set=all")))
|
||||||
|
|
Reference in a new issue