guix_mirror_bot pushed a commit to branch core-packages-team in repository guix.
commit 832abc3472c0994091ee4bb0e3e24330cc20c38b Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sun May 4 14:10:12 2025 +0800 gnu: kcrash: Update to 6.13.0. * gnu/packages/kde-frameworks.scm (kcrash): Update to 6.13.0. Change-Id: I6255eb2eba27862ada130eeb8eadfc810779f604 --- 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 6131779260..853dff9e9d 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2394,7 +2394,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. (define-public kcrash (package (name "kcrash") - (version "6.10.0") + (version "6.13.0") (source (origin (method url-fetch) (uri (string-append @@ -2403,7 +2403,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. name "-" version ".tar.xz")) (sha256 (base32 - "1d2xkgpfjfba7bn3rfzdbiz4hjlyk5wfaddj9n1arai8mjk9scn0")))) + "0pxraxnm7hw3lk1125z1vp3s4ciz08yfahshn803spa4panjjbi6")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons kwindowsystem))