summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2018-12-04 05:07:48 +0100
committerKei Kebreau <kkebreau@posteo.net>2019-06-20 23:24:35 -0400
commit10ff872f77ff01cee56e07e0364d49047c629beb (patch)
tree54da13e2e06e13e33dce777a38ba119ef2e0c233 /gnu/packages/gnome.scm
parent2dfc16d14ae5c702f989ebb4fa7dc14d84e9946e (diff)
downloadpatches-10ff872f77ff01cee56e07e0364d49047c629beb.tar
patches-10ff872f77ff01cee56e07e0364d49047c629beb.tar.gz
gnu: gsettings-desktop-schemas: Update to 3.28.1.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3374229a8c..9cf1a0a7ff 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -829,7 +829,7 @@ on the GNOME Desktop with a single simple application.")
(define-public gsettings-desktop-schemas
(package
(name "gsettings-desktop-schemas")
- (version "3.28.0")
+ (version "3.28.1")
(source
(origin
(method url-fetch)
@@ -838,7 +838,7 @@ on the GNOME Desktop with a single simple application.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0rwidacwrxlc54x90h9g3wx2zlisc4vm49vmxi15azmpj1vwvd2c"))))
+ "0bshwm49cd01ighsxqlbqn10q0ch71ff99gcrx8pr2gyky2ad3pq"))))
(build-system gnu-build-system)
(inputs
`(("glib" ,glib)))