diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-26 15:00:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-06-26 16:35:55 +0200 |
commit | a78507698ac45bc4adc3ac5bb73caeab51ea7b86 (patch) | |
tree | adb39dcec91aeb4547b8b7a3bd6a39ac980ea45e | |
parent | 24b91ebd2e78a103aee128e5e089b6d6bf339fd9 (diff) | |
download | patches-a78507698ac45bc4adc3ac5bb73caeab51ea7b86.tar patches-a78507698ac45bc4adc3ac5bb73caeab51ea7b86.tar.gz |
gnu: gnome-tweak-tool: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.1.
-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 3f82c184e1..6325927b6a 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5708,7 +5708,7 @@ existing databases over the internet.") (define-public gnome-tweak-tool (package (name "gnome-tweak-tool") - (version "3.24.0") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-tweak-tool/" @@ -5718,7 +5718,7 @@ existing databases over the internet.") (search-patch "gnome-tweak-tool-search-paths.patch"))) (sha256 (base32 - "000ygz9wgnv8pimb6rwbjfm12vbx4138pwkq36ci0k6v827282wk")))) + "0rgmm7n6jwc5hz64sprm4jxnky62hw839a7r18rn1mj884vnn8hr")))) (build-system glib-or-gtk-build-system) (arguments `(#:configure-flags '("--localstatedir=/tmp" |