lilyp pushed a commit to branch gnome-team
in repository guix.
commit fb6860fffc38a1307db29555504430ee321e5101
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 f7d72d4e07..20d1d4d57e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10135,7 +10135,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 "/"
@@ -10143,7 +10143,7 @@ beautifying border effects.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0dli166qzfphqlyvdx4nncg13ys7756sbsdfslyakhkcswnkqnlk"))))
+ "1pa1k510qx4v0ywhqwpj3qfjyz8qiiis4565ghhydnpfg1v2k00i"))))
(build-system meson-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases
@@ -10152,6 +10152,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