gnu: kcrash: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.4.0. Change-Id: Ia81060497482bf8c29d9d6542672e609f6a4afc2master
parent
41e18ba72b
commit
d7c8ce8306
|
@ -2382,7 +2382,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.3.0")
|
(version "6.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2391,7 +2391,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
|
||||||
"0hcgljz5wm9v4qphc4cmn81gdrs8lcb4x978xz82gnmqx47pmik5"))))
|
"15vnaq011pf6d5p131ld16lwjmvhmp6za2rv14fhqhrajny1a4h1"))))
|
||||||
(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))
|
||||||
|
|
Reference in New Issue