diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2019-12-14 18:05:40 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2020-04-14 23:53:30 -0400 |
commit | a720afbc4e0b7366261e5c4784fc9bb807bd4f87 (patch) | |
tree | 4e7933741afe70109c424195c9cfe03698dff6c4 /gnu | |
parent | b76506ec9a68d1d1227d54cf1fafc8caf0628ef9 (diff) | |
download | guix-a720afbc4e0b7366261e5c4784fc9bb807bd4f87.tar.gz |
gnu: dconf: Update to 3.34.0.
* gnu/packages/gnome.scm (dconf): Update to 3.34.0.
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 cacdda7854..ab0b50b92e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -3353,7 +3353,7 @@ and RDP protocols.") (define-public dconf (package (name "dconf") - (version "0.32.0") + (version "0.34.0") (source (origin (method url-fetch) (uri (string-append @@ -3363,7 +3363,7 @@ and RDP protocols.") (patches (search-patches "dconf-meson-0.52.patch")) (sha256 (base32 - "1azz4hb9z76yxn34yrrsiib3iqz5z4vpwn5q7cncp55w365ygg38")))) + "0lnsl85cp2vpzgp8pkf6l6yd2i3lp02jdvga1icfa78j2smr8fll")))) (build-system meson-build-system) (propagated-inputs ;; In Requires of dconf.pc. |