diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-06 00:56:38 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-06 01:00:59 +0200 |
commit | 8bde6a524e19d2bc9763b84dbf99959faf653bf8 (patch) | |
tree | ed9de4bbad8edea2bc512c92c31641ae4d646457 /gnu | |
parent | 4a79befe2cf944958f5b45be682bee290a64998f (diff) | |
download | guix-8bde6a524e19d2bc9763b84dbf99959faf653bf8.tar guix-8bde6a524e19d2bc9763b84dbf99959faf653bf8.tar.gz |
gnu: dconf: Update to 0.26.1.
* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
Diffstat (limited to 'gnu')
-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 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+) |