guix-commits
[Top][All Lists]
Advanced

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

38/117: gnu: dconf: Update to 0.40.0.


From: guix-commits
Subject: 38/117: gnu: dconf: Update to 0.40.0.
Date: Tue, 23 Mar 2021 19:25:44 -0400 (EDT)

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

commit c0a15a22f38d5a0d6c762095370dbc930445b618
Author: Léo Le Bouter <lle-bout@zaclys.net>
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 69dddd8..384b642 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4439,7 +4439,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
@@ -4448,7 +4448,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

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