gnu: gnome-shell-extensions: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.24.3.
This commit is contained in:
parent
bd38e6a560
commit
9c2d0a1aa8
|
@ -6065,7 +6065,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 "3.24.2")
|
(version "3.24.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -6073,7 +6073,7 @@ GNOME Shell appearance and extension, etc.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10sg87wml5cmyk90pybnr6r942ba7173sl7yplhj2sfggp0wc74s"))))
|
"0y8anpp9ymp0lxn15w63ra6zxxf8nvbl48xqkvqdjzida73fyz9w"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("--enable-extensions=all")))
|
'(#:configure-flags '("--enable-extensions=all")))
|
||||||
|
|
Loading…
Reference in New Issue