lilyp pushed a commit to branch gnome-team
in repository guix.

commit cfa9b66704870d315f08e2e54f0d4e7e710d2b48
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 09:55:54 2024 +0200

    gnu: dconf-editor: Update to 45.0.1.
    
    * gnu/packages/gnome.scm (dconf-editor): Update to 45.0.1.
    [native-inputs]: Add desktop-file-utils.
---
 gnu/packages/gnome.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a69945a685..683b2a1d94 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10133,7 +10133,7 @@ beautifying border effects.")
 (define-public dconf-editor
   (package
     (name "dconf-editor")
-    (version "43.0")
+    (version "45.0.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10141,7 +10141,7 @@ beautifying border effects.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0dli166qzfphqlyvdx4nncg13ys7756sbsdfslyakhkcswnkqnlk"))))
+                "1pa1k510qx4v0ywhqwpj3qfjyz8qiiis4565ghhydnpfg1v2k00i"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases #~(modify-phases %standard-phases
@@ -10150,6 +10150,7 @@ beautifying border effects.")
                             (setenv "DESTDIR" "/"))))))
     (native-inputs
      (list `(,glib "bin")               ;for glib-compile-schemas, gio-2.0
+           desktop-file-utils           ;for update-desktop-database
            `(,gtk "bin")                ;for gtk-update-icon-cache
            intltool
            pkg-config

Reply via email to