gnu: kcrash: Update to 6.13.0.

* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.13.0.

Change-Id: I6255eb2eba27862ada130eeb8eadfc810779f604
This commit is contained in:
宋文武 2025-05-04 14:10:12 +08:00 committed by Andreas Enge
parent bace6565b4
commit 6ca5f5ac37
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2394,7 +2394,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
(define-public kcrash
(package
(name "kcrash")
(version "6.10.0")
(version "6.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -2403,7 +2403,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
name "-" version ".tar.xz"))
(sha256
(base32
"1d2xkgpfjfba7bn3rfzdbiz4hjlyk5wfaddj9n1arai8mjk9scn0"))))
"0pxraxnm7hw3lk1125z1vp3s4ciz08yfahshn803spa4panjjbi6"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons kwindowsystem))