guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: dconf: Update to 0.26.1.


From: Tobias Geerinckx-Rice
Subject: 04/04: gnu: dconf: Update to 0.26.1.
Date: Thu, 5 Oct 2017 19:28:23 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 8bde6a524e19d2bc9763b84dbf99959faf653bf8
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Oct 6 00:56:38 2017 +0200

    gnu: dconf: Update to 0.26.1.
    
    * gnu/packages/gnome.scm (dconf): Update to 0.26.1.
---
 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 a0a7cd3..50bd011 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2172,7 +2172,7 @@ and RDP protocols.")
 (define-public dconf
   (package
     (name "dconf")
-    (version "0.26.0")
+    (version "0.26.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2181,7 +2181,7 @@ and RDP protocols.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1jaqsr1r0grpd25rbsc2v3vb0sc51lia9w31wlqswgqsncp2k0w6"))))
+                "0da587hpiqy8h3pswn1102h4b905x8k6mk3ajpi7kf4kzkvv30ym"))))
     (build-system glib-or-gtk-build-system)
     (inputs
      `(("gtk+" ,gtk+)



reply via email to

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