guix-commits
[Top][All Lists]
Advanced

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

03/47: gnu: dconf: Update to 3.34.0.


From: guix-commits
Subject: 03/47: gnu: dconf: Update to 3.34.0.
Date: Tue, 14 Apr 2020 23:54:31 -0400 (EDT)

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

commit a720afbc4e0b7366261e5c4784fc9bb807bd4f87
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 cacdda7..ab0b50b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3353,7 +3353,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
@@ -3363,7 +3363,7 @@ and RDP protocols.")
               (patches (search-patches "dconf-meson-0.52.patch"))
               (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]