summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-11-02 19:48:37 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2017-11-02 21:10:21 +0100
commit92c9392767e6d32eb4cd839e25247741318f9ea9 (patch)
treeba0aecf4b58be09aa0dba4a20d22b60042660ac1 /gnu/packages/gnome.scm
parentb39e61211528ddd25518c356391bfe2c5509ced5 (diff)
downloadpatches-92c9392767e6d32eb4cd839e25247741318f9ea9.tar
patches-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/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
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