me
/
guix
Archived
1
0
Fork 0

gnu: kcrash: Update to 6.4.0.

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

Change-Id: Ia81060497482bf8c29d9d6542672e609f6a4afc2
master
Zheng Junjie 2024-07-20 00:24:48 +08:00
parent 41e18ba72b
commit d7c8ce8306
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 2 additions and 2 deletions

View File

@ -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))