summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-10-06 00:56:38 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-10-06 01:00:59 +0200
commit8bde6a524e19d2bc9763b84dbf99959faf653bf8 (patch)
treeed9de4bbad8edea2bc512c92c31641ae4d646457
parent4a79befe2cf944958f5b45be682bee290a64998f (diff)
downloadguix-patches-8bde6a524e19d2bc9763b84dbf99959faf653bf8.tar
guix-patches-8bde6a524e19d2bc9763b84dbf99959faf653bf8.tar.gz
gnu: dconf: Update to 0.26.1.
* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
-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 a0a7cd329d..50bd011e4b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2172,7 +2172,7 @@ and RDP protocols.")
(define-public dconf
(package
(name "dconf")
- (version "0.26.0")
+ (version "0.26.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2181,7 +2181,7 @@ and RDP protocols.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1jaqsr1r0grpd25rbsc2v3vb0sc51lia9w31wlqswgqsncp2k0w6"))))
+ "0da587hpiqy8h3pswn1102h4b905x8k6mk3ajpi7kf4kzkvv30ym"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("gtk+" ,gtk+)