summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2026-03-22 11:44:13 +0900
committerNoé Lopez <noelopez@free.fr>2026-08-25 01:15:26 +0200
commit50065c5e0f132c5a646bbfd79cb4007827fdf1b7 (patch)
tree0e8abc7844d010464c5364998c38db6d8f67eab9 /gnu
parent9a9f528157fecd101fc98b7664f253f1d673a2d7 (diff)
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 <noelopez@free.fr>
Diffstat (limited to 'gnu')
-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 400769fc822..aef5a48e913 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10309,7 +10309,7 @@ beautifying border effects.")
10309(define-public dconf-editor 10309(define-public dconf-editor
10310 (package 10310 (package
10311 (name "dconf-editor") 10311 (name "dconf-editor")
10312 (version "45.0.1") 10312 (version "49.0")
10313 (source (origin 10313 (source (origin
10314 (method url-fetch) 10314 (method url-fetch)
10315 (uri (string-append "mirror://gnome/sources/" name "/" 10315 (uri (string-append "mirror://gnome/sources/" name "/"
@@ -10317,7 +10317,7 @@ beautifying border effects.")
10317 name "-" version ".tar.xz")) 10317 name "-" version ".tar.xz"))
10318 (sha256 10318 (sha256
10319 (base32 10319 (base32
10320 "1pa1k510qx4v0ywhqwpj3qfjyz8qiiis4565ghhydnpfg1v2k00i")))) 10320 "16fkppclv7xzglfafqg8b9nd5cjqlfwlyci800gg7psivzxcra4h"))))
10321 (build-system meson-build-system) 10321 (build-system meson-build-system)
10322 (arguments 10322 (arguments
10323 (list #:phases #~(modify-phases %standard-phases 10323 (list #:phases #~(modify-phases %standard-phases