mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +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 @@ Kate's features include:
|
||||||
(define-public kdebugsettings
|
(define-public kdebugsettings
|
||||||
(package
|
(package
|
||||||
(name "kdebugsettings")
|
(name "kdebugsettings")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
|
@ -420,13 +420,15 @@ Kate's features include:
|
||||||
".tar.xz"))
|
".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1il9jcwya1hgqrs5yrlahk9h0hrrs5h1ay304sbixgiiafx1dcv7"))))
|
"0x9arz4a7sshn8xa8rahl1g0zgrmq1w2fbcy54wrm7m20qfxvhbn"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kcoreaddons
|
(inputs (list kcoreaddons
|
||||||
kconfig
|
kconfig
|
||||||
|
kcrash
|
||||||
kdbusaddons
|
kdbusaddons
|
||||||
ki18n
|
ki18n
|
||||||
|
kiconthemes
|
||||||
kwidgetsaddons
|
kwidgetsaddons
|
||||||
kitemviews
|
kitemviews
|
||||||
kcompletion
|
kcompletion
|
||||||
|
|
Loading…
Add table
Reference in a new issue