mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: gsettings-desktop-schemas: Update to 42.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 42.0.
This commit is contained in:
parent
9b389f229b
commit
49cc920a26
1 changed files with 2 additions and 2 deletions
|
@ -2599,7 +2599,7 @@ (define-public evince
|
|||
(define-public gsettings-desktop-schemas
|
||||
(package
|
||||
(name "gsettings-desktop-schemas")
|
||||
(version "41.0")
|
||||
(version "42.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2608,7 +2608,7 @@ (define-public gsettings-desktop-schemas
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1v9jagk679m01nji0acirynxinziv036618c7xc49l4nwmr9ja3p"))))
|
||||
"1li3fcqwnw20f4j0i21i88fygm0hli8gmzkn4apgf8ynkrd371k6"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue