summary refs log tree commit diff
diff options
context:
space:
mode:
authorKei Kebreau <kkebreau@posteo.net>2019-07-22 12:35:35 -0400
committerKei Kebreau <kkebreau@posteo.net>2019-12-07 14:04:10 -0500
commit66261451b114efd9978f059aea4da2e1404e5e3a (patch)
treecc05ccf20a9a2e9184db38c83676bdf96d14d734
parent5ada561c269c687504dc1131252b14c9c456af6b (diff)
downloadguix-66261451b114efd9978f059aea4da2e1404e5e3a.tar.gz
gnu: dconf-editor: Update to 3.32.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.32.0.
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index fa84b87aa8..b0d98e3c9b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6843,7 +6843,7 @@ beautifying border effects.")
 (define-public dconf-editor
   (package
     (name "dconf-editor")
-    (version "3.30.2")
+    (version "3.32.0")
     (source
      (origin
        (method url-fetch)
@@ -6852,7 +6852,7 @@ beautifying border effects.")
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "06f736spn20s7qjsz00xw44v8r8bjhyrz1v3bix6v416jc5jp6ia"))))
+         "1fmsmlh16njjm948grz20mzrsvb4wjj7pl1fvkrkxqi7mhr177gi"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases