guix-commits
[Top][All Lists]
Advanced

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

85/133: gnu: gsettings-desktop-schemas: Update to 3.28.1.


From: guix-commits
Subject: 85/133: gnu: gsettings-desktop-schemas: Update to 3.28.1.
Date: Sun, 6 Jan 2019 16:59:44 -0500 (EST)

rekado pushed a commit to branch wip-gnome3.30
in repository guix.

commit c31962fc67c4ccf42499c03a2f88390e4e7a3800
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 4dd0d83..71fc227 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -820,7 +820,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)
@@ -829,7 +829,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]