diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 17:04:39 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-13 21:52:27 +0200 |
commit | ff21b07e0bad4bd015782ad7637536db3253d761 (patch) | |
tree | 8f3dea13814238bf3d7084b7ea9e44a16ea0713a | |
parent | 3495e9412e704d6f4db53c365efb387e72e83fc3 (diff) | |
download | patches-ff21b07e0bad4bd015782ad7637536db3253d761.tar patches-ff21b07e0bad4bd015782ad7637536db3253d761.tar.gz |
gnu: dconf-editor: Update to 3.26.1.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.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 abe9d5122c..91b4b26c40 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5800,7 +5800,7 @@ beautifying border effects.") (define-public dconf-editor (package (name "dconf-editor") - (version "3.22.3") + (version "3.26.1") (source (origin (method url-fetch) @@ -5809,7 +5809,7 @@ beautifying border effects.") name "-" version ".tar.xz")) (sha256 (base32 - "1939yq3fl55c2dqkc6nzp6cbpxq9sli74gdj0rj7c50pwvbngwam")))) + "0agay5zbhjbfznlwk7n3gg5cn0c7ih4vnmah6kb6m969li120cs9")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |