lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 2a4de055691a37a6c476e282c79b27c497f8d63e
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:36:45 2021 +0100

    gnu: dconf: Update to 0.40.0.
    
    * gnu/packages/gnome.scm (dconf): Update to 0.40.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 9266cf4..5cbe397 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4456,7 +4456,7 @@ and RDP protocols.")
 (define-public dconf
   (package
     (name "dconf")
-    (version "0.36.0")
+    (version "0.40.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -4465,7 +4465,7 @@ and RDP protocols.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0bfs069pjv6lhp7xrzmrhz3876ay2ryqxzc6mlva1hhz34ibprlz"))))
+                "0cs5nayg080y8pb9b7qccm1ni8wkicdmqp1jsgc22110r6j24zyg"))))
     (build-system meson-build-system)
     (propagated-inputs
      ;; In Requires of dconf.pc.

Reply via email to