gnu: kcrash: Update to 5.114.0.

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

Change-Id: I0a3c922cae3641c10ef4408cdbe55d268d4c6273
This commit is contained in:
Maxim Cournoyer 2024-01-18 11:33:19 -05:00
parent 3e70116df3
commit d20cfbe9cd
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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