gnu: dconf: Update to 0.26.1.

* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-10-06 00:56:38 +02:00
parent 4a79befe2c
commit 8bde6a524e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -2172,7 +2172,7 @@ (define-public vinagre
(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 @@ (define-public dconf
name "-" version ".tar.xz"))
(sha256
(base32
"1jaqsr1r0grpd25rbsc2v3vb0sc51lia9w31wlqswgqsncp2k0w6"))))
"0da587hpiqy8h3pswn1102h4b905x8k6mk3ajpi7kf4kzkvv30ym"))))
(build-system glib-or-gtk-build-system)
(inputs
`(("gtk+" ,gtk+)