guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 125bded507524c0c133e24943a5552c8ff6ea00a
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:06 2026 +0530
gnu: kcrash: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.22.0.
Change-Id: I2e16e4bad9ed5fbdaa3d6beb41f58afdf8e569bf
---
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 9b9b2cd0ef..22549636bb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2331,7 +2331,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping
and vice verca.
(define-public kcrash
(package
(name "kcrash")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2340,7 +2340,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping
and vice verca.
name "-" version ".tar.xz"))
(sha256
(base32
- "152ckxf1xq9cca6rp57n5l2yghg4han5cydk5g52sib8nqkmqi88"))))
+ "03kh3qchrnny1r5f463kr15pnxi82c8ricwpx538f04cb2h7qb9j"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons kwindowsystem))