gnu: kcrash: Update to 6.16.0.

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

Change-Id: I44b5ad448df25bc70498ff395936d94defb619da
This commit is contained in:
Zheng Junjie 2025-07-21 16:36:24 +08:00
parent dd8ec7f191
commit 74ca7eca5c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2451,7 +2451,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
(define-public kcrash (define-public kcrash
(package (package
(name "kcrash") (name "kcrash")
(version "6.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -2460,7 +2460,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca.
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0pxraxnm7hw3lk1125z1vp3s4ciz08yfahshn803spa4panjjbi6")))) "1hqxd71xk6kqaaii7wnnnxsaf0rybi4m00ikai8kjyjrp84s3qq6"))))
(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 kwindowsystem)) (inputs (list kcoreaddons kwindowsystem))