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: Mon, 23 Mar 2020 15:50:45 -0400 (EDT)

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

commit bb8d5354f850be3111a506c1fcf6b262c416a0b1
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 ab3843e..9562330 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3296,7 +3296,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
@@ -3306,7 +3306,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]