guix-commits
[Top][All Lists]
Advanced

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

16/107: gnu: gsettings-desktop-schemas: Update to 3.36.0.


From: guix-commits
Subject: 16/107: gnu: gsettings-desktop-schemas: Update to 3.36.0.
Date: Tue, 12 May 2020 10:53:09 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.36
in repository guix.

commit d827680861fb08b79ccb6eb597161f1677c1cb9b
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 12:17:06 2020 -0400

    gnu: gsettings-desktop-schemas: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.36.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 a6c27d0..d234e59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1668,7 +1668,7 @@ on the GNOME Desktop with a single simple application.")
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "3.34.0")
+    (version "3.36.0")
     (source
      (origin
       (method url-fetch)
@@ -1677,7 +1677,7 @@ on the GNOME Desktop with a single simple application.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "1bayr76aylawf2fhyjhv9zgk4kpv7ivrrmd80khb0h3h1wk092r8"))))
+        "19hfjqzddkmvxg80v23xpbd1my2pzjalx3d56d2k4dk5521vcjkn"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases



reply via email to

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