guix-commits
[Top][All Lists]
Advanced

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

15/85: gnu: gsettings-desktop-schemas: Update to 3.22.0.


From: Mark H. Weaver
Subject: 15/85: gnu: gsettings-desktop-schemas: Update to 3.22.0.
Date: Wed, 11 Jan 2017 16:36:01 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit 707ae4e6e8aa586e27ca33ea5ebfdfa2a1cc5b59
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 03:03:01 2017 -0500

    gnu: gsettings-desktop-schemas: Update to 3.22.0.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.22.0.
---
 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 2a1abba..f3d2ba9 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -536,7 +536,7 @@ on the GNOME Desktop with a single simple application.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "3.20.0")
+    (version "3.22.0")
     (source
      (origin
       (method url-fetch)
@@ -545,7 +545,7 @@ on the GNOME Desktop with a single simple application.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1hfrqqsmqscgbnaikmyq4yq8h72554wdg13algh5bf8a7i9ip92m"))))
+        "1qgalzqwg0fl0n22vslqcsnsmj9kc54qj25ib16rxaf36jxcf1hg"))))
     (build-system gnu-build-system)
     (inputs
      `(("glib" ,glib)))



reply via email to

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