guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit e4e3a228e6ba9d2ba9f4330b47989f8fcb4be0aa
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 16:36:24 2025 +0800
gnu: kcrash: Update to 6.16.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.16.0.
Change-Id: I44b5ad448df25bc70498ff395936d94defb619da
---
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 aafc126ec6..7db5a3bf50 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2432,7 +2432,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping
and vice verca.
(define-public kcrash
(package
(name "kcrash")
- (version "6.13.0")
+ (version "6.16.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -2441,7 +2441,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping
and vice verca.
name "-" version ".tar.xz"))
(sha256
(base32
- "0pxraxnm7hw3lk1125z1vp3s4ciz08yfahshn803spa4panjjbi6"))))
+ "1hqxd71xk6kqaaii7wnnnxsaf0rybi4m00ikai8kjyjrp84s3qq6"))))
(build-system qt-build-system)
(native-inputs (list extra-cmake-modules))
(inputs (list kcoreaddons kwindowsystem))