diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:55:37 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 22:59:49 +0200 |
commit | bc91a80c79906b2086dd475d1b1fd531b9654e86 (patch) | |
tree | 6bc89f1a84acfc0ce425d06ae73638f6fa7a012a | |
parent | a5b5fcaeadfaceb81aed36f1824f4cbb8243e9ef (diff) | |
download | patches-bc91a80c79906b2086dd475d1b1fd531b9654e86.tar patches-bc91a80c79906b2086dd475d1b1fd531b9654e86.tar.gz |
gnu: gnome-tweak-tool: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.0.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 3e967efaac..52a853956a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5566,7 +5566,7 @@ existing databases over the internet.") (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 @@ existing databases over the internet.") (search-patch "gnome-tweak-tool-search-paths.patch"))) (sha256 (base32 - "1frs16p2284mdw65g1ldmf9cz5sn3rg16wz58gjrw5pn2cgf2six")))) + "000ygz9wgnv8pimb6rwbjfm12vbx4138pwkq36ci0k6v827282wk")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--localstatedir=/tmp" |