guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit cbfcd598bf8c25f1401673fd3cba251396006834
Author: Sughosha <[email protected]>
AuthorDate: Tue Mar 3 21:57:21 2026 +0530

    gnu: kcrash: Update to 6.23.0.
    
    * gnu/packages/kde-frameworks.scm (kcrash): Update to 6.23.0.
    [arguments]<#:phases>: Add 'check-setup' phase.
    
    Change-Id: I6fb50aa612f3b0461671e783fa419cab4917e911
---
 gnu/packages/kde-frameworks.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 15b58a7707..ae609c5e7e 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.22.0")
+    (version "6.23.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2340,11 +2340,16 @@ localized country name to ISO 3166-1 alpha 2 code 
mapping and vice verca.
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "03kh3qchrnny1r5f463kr15pnxi82c8ricwpx538f04cb2h7qb9j"))))
+                "146ywqc0anrsbc6p7a6yqznnx825x13r2xwvjiw8qlb683z3hgwc"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons kwindowsystem))
-    (arguments (list #:qtbase qtbase))
+    (arguments
+     (list #:qtbase qtbase
+           #:phases
+           #~(modify-phases %standard-phases
+               (add-before 'check 'check-setup
+                 (lambda _ (setenv "HOME" (getcwd)))))))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Graceful handling of application crashes")
     (description "KCrash provides support for intercepting and handling

Reply via email to