guix-commits
[Top][All Lists]
Advanced

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

05/60: gnu: dconf: Update to 3.34.0.


From: guix-commits
Subject: 05/60: gnu: dconf: Update to 3.34.0.
Date: Sat, 25 Jan 2020 14:46:58 -0500 (EST)

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

commit 1effffa23f4ee9782767af61f2dc403c7e3de70f
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Dec 14 18:05:40 2019 -0500

    gnu: dconf: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (dconf): Update to 3.34.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 9eb8662..6b9f78a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3421,7 +3421,7 @@ and RDP protocols.")
 (define-public dconf
   (package
     (name "dconf")
-    (version "0.32.0")
+    (version "0.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3430,7 +3430,7 @@ and RDP protocols.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1azz4hb9z76yxn34yrrsiib3iqz5z4vpwn5q7cncp55w365ygg38"))))
+                "0lnsl85cp2vpzgp8pkf6l6yd2i3lp02jdvga1icfa78j2smr8fll"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; In Requires of dconf.pc.



reply via email to

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