gnu: dconf: Update to 0.26.0.
* gnu/packages/gnome.scm (dconf): Update to 0.26.0.
This commit is contained in:
parent
b384bfcfa4
commit
eb771d5b9a
|
@ -1808,7 +1808,7 @@ editors, IDEs, etc.")
|
||||||
(define-public dconf
|
(define-public dconf
|
||||||
(package
|
(package
|
||||||
(name "dconf")
|
(name "dconf")
|
||||||
(version "0.24.0")
|
(version "0.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1817,7 +1817,7 @@ editors, IDEs, etc.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hpy6336f0pbkyranywm4872i5in0xn7jf40a66xdmzls77f0ws3"))))
|
"1jaqsr1r0grpd25rbsc2v3vb0sc51lia9w31wlqswgqsncp2k0w6"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gtk+" ,gtk+)
|
`(("gtk+" ,gtk+)
|
||||||
|
|
Loading…
Reference in New Issue