guix-commits
[Top][All Lists]
Advanced

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

59/108: gnu: dconf-editor: Update to 3.36.0.


From: guix-commits
Subject: 59/108: gnu: dconf-editor: Update to 3.36.0.
Date: Sat, 25 Apr 2020 15:22:53 -0400 (EDT)

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

commit 8b06909f405c9ec23913afdbaacd0e2dc33bf758
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Apr 20 02:12:46 2020 -0400

    gnu: dconf-editor: Update to 3.36.0.
    
    * gnu/packages/gnome.scm (dconf-editor): Update to 3.36.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 49c4f7c..ae0ebf8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7659,7 +7659,7 @@ beautifying border effects.")
 (define-public dconf-editor
   (package
     (name "dconf-editor")
-    (version "3.34.2")
+    (version "3.36.0")
     (source
      (origin
        (method url-fetch)
@@ -7668,7 +7668,7 @@ beautifying border effects.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "0pwxjada2vaf69ihpjgp9nky54iykvxq63lp1vl8pxjanif2mk6f"))))
+         "14q678bwgmhzmi7565xhhw51y8b0pv3cqh0f411qwzwif1bd1vkj"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for glib-compile-schemas, gio-2.0.



reply via email to

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