guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 069d4348e5834d7fd06fc29f485e04bbfa022515
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 7c63401d07..2e66ff781b 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2451,7 +2451,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
@@ -2460,7 +2460,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))