me
/
guix
Archived
1
0
Fork 0

gnu: gsettings-desktop-schemas: Update to 3.28.1.

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.1.
master
Ricardo Wurmus 2018-12-04 05:07:48 +01:00 committed by Kei Kebreau
parent 2dfc16d14a
commit 10ff872f77
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 2 additions and 2 deletions

View File

@ -829,7 +829,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas (define-public gsettings-desktop-schemas
(package (package
(name "gsettings-desktop-schemas") (name "gsettings-desktop-schemas")
(version "3.28.0") (version "3.28.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -838,7 +838,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0rwidacwrxlc54x90h9g3wx2zlisc4vm49vmxi15azmpj1vwvd2c")))) "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
`(("glib" ,glib))) `(("glib" ,glib)))