z572 pushed a commit to branch kde-team
in repository guix.
commit 760a6cd72cefb8bcf84e31b4ca588667ae5754d8
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 20 00:24:48 2024 +0800
gnu: kcrash: Update to 6.4.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.4.0.
Change-Id: Ia81060497482bf8c29d9d6542672e609f6a4afc2
---
gnu/packages/kde-frameworks.scm | 4 ++--
1 file 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))