guix-commits
[Top][All Lists]
Advanced

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

27/255: gnu: kcrash: Update to 6.8.0.


From: guix-commits
Subject: 27/255: gnu: kcrash: Update to 6.8.0.
Date: Mon, 2 Dec 2024 09:32:17 -0500 (EST)

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

commit e0036bd84215d6ba915b0f0c4af7233dee9aa9df
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Nov 26 22:26:56 2024 +0800

    gnu: kcrash: Update to 6.8.0.
    
    * gnu/packages/kde-frameworks.scm (kcrash): Update to 6.8.0.
    
    Change-Id: I80388d4be6f78434447ab836e5ffc9b1471fbc1d
---
 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 04b10f3235..c3a801c955 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -2401,7 +2401,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.8.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2410,7 +2410,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping 
and vice verca.
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1wwv64jygx1hhiskn8xsk2v5dhnkbq94fd2rpi031k1ja7hnq347"))))
+                "0zwmd26cnm3qxrrb892cdhz4f52k6ljzd4r2spplwqy9hx6980m7"))))
     (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]