gnu: kdebugsettings: Update to 24.12.1.

* gnu/packages/kde-utils.scm (kdebugsettings): Update to 24.12.1.
[inputs]: Add kcrash and kiconthemes.

Change-Id: I05f462b08b72cf5f0ba3d797844d3f6320361def
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:01 +08:00
parent 93bf547c24
commit 662af7e609
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -412,7 +412,7 @@ (define-public kate
(define-public kdebugsettings
(package
(name "kdebugsettings")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
@ -420,13 +420,15 @@ (define-public kdebugsettings
".tar.xz"))
(sha256
(base32
"1il9jcwya1hgqrs5yrlahk9h0hrrs5h1ay304sbixgiiafx1dcv7"))))
"0x9arz4a7sshn8xa8rahl1g0zgrmq1w2fbcy54wrm7m20qfxvhbn"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons
kconfig
kcrash
kdbusaddons
ki18n
kiconthemes
kwidgetsaddons
kitemviews
kcompletion