mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: dconf-editor: Update to 3.32.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.32.0.
This commit is contained in:
parent
5ada561c26
commit
66261451b1
1 changed files with 2 additions and 2 deletions
|
@ -6843,7 +6843,7 @@ (define-public gnome-screenshot
|
||||||
(define-public dconf-editor
|
(define-public dconf-editor
|
||||||
(package
|
(package
|
||||||
(name "dconf-editor")
|
(name "dconf-editor")
|
||||||
(version "3.30.2")
|
(version "3.32.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6852,7 +6852,7 @@ (define-public dconf-editor
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06f736spn20s7qjsz00xw44v8r8bjhyrz1v3bix6v416jc5jp6ia"))))
|
"1fmsmlh16njjm948grz20mzrsvb4wjj7pl1fvkrkxqi7mhr177gi"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases (modify-phases %standard-phases
|
'(#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue