diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 19:48:37 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-11-02 21:10:21 +0100 |
commit | 92c9392767e6d32eb4cd839e25247741318f9ea9 (patch) | |
tree | ba0aecf4b58be09aa0dba4a20d22b60042660ac1 /gnu/packages | |
parent | b39e61211528ddd25518c356391bfe2c5509ced5 (diff) | |
download | guix-92c9392767e6d32eb4cd839e25247741318f9ea9.tar guix-92c9392767e6d32eb4cd839e25247741318f9ea9.tar.gz |
gnu: dconf-editor: Update to 3.26.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.
Diffstat (limited to 'gnu/packages')
-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 bce1e2b8d6..20fe23f4d7 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -5801,7 +5801,7 @@ beautifying border effects.") (define-public dconf-editor (package (name "dconf-editor") - (version "3.26.1") + (version "3.26.2") (source (origin (method url-fetch) @@ -5810,7 +5810,7 @@ beautifying border effects.") name "-" version ".tar.xz")) (sha256 (base32 - "0agay5zbhjbfznlwk7n3gg5cn0c7ih4vnmah6kb6m969li120cs9")))) + "1lcarg8igsqpq4iv5834mf9kz4cmfhfw11bwy3x7v7f497z57d18")))) (build-system glib-or-gtk-build-system) (arguments '(#:phases |