mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
15ecc22d6c
commit
b67e231b31
1 changed files with 4 additions and 2 deletions
|
@ -459,7 +459,7 @@ Kate's features include:
|
|||
(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/"
|
||||
|
@ -467,13 +467,15 @@ Kate's features include:
|
|||
".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…
Add table
Add a link
Reference in a new issue