mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: gnome-shell-extensions: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.32.1.
This commit is contained in:
parent
339b59bf03
commit
ae4c05e096
1 changed files with 2 additions and 2 deletions
|
@ -7405,7 +7405,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.30.1")
|
(version "3.32.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -7413,7 +7413,7 @@ GNOME Shell appearance and extension, etc.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1grxn4f5x754r172wmnf0h0xpy69afmj359zsj1rwgqlzw4i4c5p"))))
|
"07libf6z24n42hpdsq163w0j8xyrav0lxqrwxrvq5kbz8zxv5ch2"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:configure-flags '("-Dextension_set=all")))
|
'(#:configure-flags '("-Dextension_set=all")))
|
||||||
|
|
Loading…
Reference in a new issue