guix-commits
[Top][All Lists]
Advanced

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

36/97: gnu: gsettings-desktop-schemas: Update to 3.20.0.


From: Ludovic Courtès
Subject: 36/97: gnu: gsettings-desktop-schemas: Update to 3.20.0.
Date: Sat, 16 Apr 2016 09:49:31 +0000

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

commit bc41fd3499a06a81404b6d54cb14b69a77742b14
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 17:11:04 2016 +0800

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4fb5d3a..abca549 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -474,7 +474,7 @@ on the GNOME Desktop with a single simple application.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "3.18.0")
+    (version "3.20.0")
     (source
      (origin
       (method url-fetch)
@@ -483,7 +483,7 @@ on the GNOME Desktop with a single simple application.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1szc857f46spdhrbnq9ci3kwfqg5vwpikbf0hprq6vd94rr369xs"))))
+        "1hfrqqsmqscgbnaikmyq4yq8h72554wdg13algh5bf8a7i9ip92m"))))
     (build-system gnu-build-system)
     (inputs
      `(("glib" ,glib)))



reply via email to

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