mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: dconf: Update to 0.24.0.
* gnu/packages/gnome.scm (dconf): Update to 0.24.0.
This commit is contained in:
parent
c0925c7a29
commit
f05c809f8f
1 changed files with 3 additions and 2 deletions
|
@ -1765,7 +1765,7 @@ (define-public vte/gtk+-2
|
|||
(define-public dconf
|
||||
(package
|
||||
(name "dconf")
|
||||
(version "0.22.0")
|
||||
(version "0.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1773,7 +1773,8 @@ (define-public dconf
|
|||
(version-major+minor version) "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "13jb49504bir814v8n8vjip5sazwfwsrnniw87cpg7phqfq7q9qa"))))
|
||||
(base32
|
||||
"1hpy6336f0pbkyranywm4872i5in0xn7jf40a66xdmzls77f0ws3"))))
|
||||
(build-system glib-or-gtk-build-system)
|
||||
(inputs
|
||||
`(("gtk+" ,gtk+)
|
||||
|
|
Loading…
Reference in a new issue