me
/
guix
Archived
1
0
Fork 0

gnu: dconf: Update to 3.34.0.

* gnu/packages/gnome.scm (dconf): Update to 3.34.0.

(cherry picked from commit a720afbc4e0b7366261e5c4784fc9bb807bd4f87)
master
Kei Kebreau 2019-12-14 18:05:40 -05:00
parent e21788f2cc
commit 7f4d075d3e
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -3353,7 +3353,7 @@ and RDP protocols.")
(define-public dconf (define-public dconf
(package (package
(name "dconf") (name "dconf")
(version "0.32.0") (version "0.34.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -3363,7 +3363,7 @@ and RDP protocols.")
(patches (search-patches "dconf-meson-0.52.patch")) (patches (search-patches "dconf-meson-0.52.patch"))
(sha256 (sha256
(base32 (base32
"1azz4hb9z76yxn34yrrsiib3iqz5z4vpwn5q7cncp55w365ygg38")))) "0lnsl85cp2vpzgp8pkf6l6yd2i3lp02jdvga1icfa78j2smr8fll"))))
(build-system meson-build-system) (build-system meson-build-system)
(propagated-inputs (propagated-inputs
;; In Requires of dconf.pc. ;; In Requires of dconf.pc.