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:
parent
3e70116df3
commit
d20cfbe9cd
1 changed files with 2 additions and 2 deletions
|
@ -1714,7 +1714,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 "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1723,7 +1723,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
|
||||||
"1990yfssxcmbpbq9pz2nv07fpnjih4q9ql2bz1nfnanrm858pi9y"))))
|
"1avi4yd3kpjqxrvci1nicxbh9mjafj1w2vgfmqanq66b76s4kxj1"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Reference in a new issue