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: Wed, 13 Apr 2016 17:31:47 +0000

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

commit c340c969d05edbb54ce5da7be174265f6c2a3dde
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 b4ac2cc..01c4748 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1807,7 +1807,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
@@ -1816,7 +1816,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]