gnu: kcrash: Update to 5.108.0.

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

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 13:29:39 +08:00 committed by 宋文武
parent d887cce68c
commit 1e3c7e665b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1663,7 +1663,7 @@ (define-public kcontacts
(define-public kcrash
(package
(name "kcrash")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1672,7 +1672,7 @@ (define-public kcrash
name "-" version ".tar.xz"))
(sha256
(base32
"03ba3x9jgp15dxgwbjnv5s98f5di2z4ncp4hiv1qkyiibqqfx6kf"))))
"1990yfssxcmbpbq9pz2nv07fpnjih4q9ql2bz1nfnanrm858pi9y"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))