guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit ebd92758f9d2bb00fcc3e8fbf787f8abb8c47455
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:13 2026 +0900
gnu: dconf-editor: Update to 49.0.
* gnu/packages/gnome.scm (dconf-editor): Update to 49.0.
Change-Id: I5ed04ebb773bb22a7172223ba398de1c400bce5f
Signed-off-by: NoƩ Lopez <[email protected]>
---
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 400769fc82..aef5a48e91 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10309,7 +10309,7 @@ beautifying border effects.")
(define-public dconf-editor
(package
(name "dconf-editor")
- (version "45.0.1")
+ (version "49.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -10317,7 +10317,7 @@ beautifying border effects.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1pa1k510qx4v0ywhqwpj3qfjyz8qiiis4565ghhydnpfg1v2k00i"))))
+ "16fkppclv7xzglfafqg8b9nd5cjqlfwlyci800gg7psivzxcra4h"))))
(build-system meson-build-system)
(arguments
(list #:phases #~(modify-phases %standard-phases