mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
93bf547c24
commit
662af7e609
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue