mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: gnome-tweak-tool: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.0.
This commit is contained in:
parent
a5b5fcaead
commit
bc91a80c79
1 changed files with 2 additions and 2 deletions
|
@ -5566,7 +5566,7 @@ (define-public gnome-dictionary
|
|||
(define-public gnome-tweak-tool
|
||||
(package
|
||||
(name "gnome-tweak-tool")
|
||||
(version "3.22.0")
|
||||
(version "3.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gnome-tweak-tool/"
|
||||
|
@ -5576,7 +5576,7 @@ (define-public gnome-tweak-tool
|
|||
(search-patch "gnome-tweak-tool-search-paths.patch")))
|
||||
(sha256
|
||||
(base32
|
||||
"1frs16p2284mdw65g1ldmf9cz5sn3rg16wz58gjrw5pn2cgf2six"))))
|
||||
"000ygz9wgnv8pimb6rwbjfm12vbx4138pwkq36ci0k6v827282wk"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--localstatedir=/tmp"
|
||||
|
|
Loading…
Reference in a new issue