guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/48: gnu: gsettings-desktop-schemas: Update to 3.28.1.


From: guix-commits
Subject: 07/48: gnu: gsettings-desktop-schemas: Update to 3.28.1.
Date: Fri, 21 Jun 2019 01:06:55 -0400 (EDT)

kkebreau pushed a commit to branch core-updates
in repository guix.

commit 10ff872f77ff01cee56e07e0364d49047c629beb
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Dec 4 05:07:48 2018 +0100

    gnu: gsettings-desktop-schemas: Update to 3.28.1.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.28.1.
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3374229..9cf1a0a 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]