guix-commits
[Top][All Lists]
Advanced

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

55/97: gnu: dconf: Update to 0.26.0.


From: Ludovic Courtès
Subject: 55/97: gnu: dconf: Update to 0.26.0.
Date: Sat, 16 Apr 2016 09:49:32 +0000

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

commit eb771d5b9a1a6b79fa7057b06fd2daddf7f427d8
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 22:42:45 2016 +0800

    gnu: dconf: Update to 0.26.0.
    
    * gnu/packages/gnome.scm (dconf): Update to 0.26.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 4b96847..3f986f1 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1808,7 +1808,7 @@ editors, IDEs, etc.")
 (define-public dconf
   (package
     (name "dconf")
-    (version "0.24.0")
+    (version "0.26.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1817,7 +1817,7 @@ editors, IDEs, etc.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1hpy6336f0pbkyranywm4872i5in0xn7jf40a66xdmzls77f0ws3"))))
+                "1jaqsr1r0grpd25rbsc2v3vb0sc51lia9w31wlqswgqsncp2k0w6"))))
     (build-system glib-or-gtk-build-system)
     (inputs
      `(("gtk+" ,gtk+)



reply via email to

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