diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-20 00:24:48 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-01 23:44:40 +0800 |
commit | d7c8ce83069c1cf54ed1dbff694fcd73856603c2 (patch) | |
tree | 1437271319e95612651b5df283354a4fd5ed95b2 | |
parent | 41e18ba72bd5e728589822a31e48919683114396 (diff) | |
download | guix-d7c8ce83069c1cf54ed1dbff694fcd73856603c2.tar.gz |
gnu: kcrash: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.4.0. Change-Id: Ia81060497482bf8c29d9d6542672e609f6a4afc2
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 86c6084050..f0550229e4 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2382,7 +2382,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. (define-public kcrash (package (name "kcrash") - (version "6.3.0") + (version "6.4.0") (source (origin (method url-fetch) (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")) (sha256 (base32 - "0hcgljz5wm9v4qphc4cmn81gdrs8lcb4x978xz82gnmqx47pmik5")))) + "15vnaq011pf6d5p131ld16lwjmvhmp6za2rv14fhqhrajny1a4h1")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons kwindowsystem)) |