guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

48/289: gnu: kcrash: Update to 6.10.0.


From: guix-commits
Subject: 48/289: gnu: kcrash: Update to 6.10.0.
Date: Mon, 27 Jan 2025 07:31:31 -0500 (EST)

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

commit bf3816d29c670739d1acfc028db58420e3593e24
Author: Zheng Junjie <873216071@qq.com>
AuthorDate: Fri Jan 10 11:51:27 2025 +0800

    gnu: kcrash: Update to 6.10.0.
    
    * gnu/packages/kde-frameworks.scm (kcrash): Update to 6.10.0.
    
    Change-Id: I535b8dcd107a227ba1de9f4f1815b5b834c270db
---
 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 a7ed1a9a6c..a67f7ba486 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2406,7 +2406,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping 
and vice verca.
 (define-public kcrash
   (package
     (name "kcrash")
-    (version "6.5.0")
+    (version "6.10.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2415,7 +2415,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping 
and vice verca.
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wwv64jygx1hhiskn8xsk2v5dhnkbq94fd2rpi031k1ja7hnq347"))))
+                "1d2xkgpfjfba7bn3rfzdbiz4hjlyk5wfaddj9n1arai8mjk9scn0"))))
     (build-system qt-build-system)
     (native-inputs (list extra-cmake-modules))
     (inputs (list kcoreaddons kwindowsystem))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]