diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-13 14:54:52 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-08-20 11:50:50 +0800 |
commit | 18c3e5619cc1db949934e3594f5dc00c24473d42 (patch) | |
tree | e48ac76b780140e67486ae0041aad6c12a262a48 | |
parent | d1bfebf871c9f2722519890457917ffc64b2e766 (diff) | |
download | guix-18c3e5619cc1db949934e3594f5dc00c24473d42.tar.gz guix-18c3e5619cc1db949934e3594f5dc00c24473d42.zip |
gnu: kcrash: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kcrash): Update to 6.5.0.
Change-Id: I4be61b85f1897c2d35df2d41bac3982014da82bd
-rw-r--r-- | gnu/packages/kde-frameworks.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm index 9a3d84c80e..e07e5fe715 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -2382,7 +2382,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. (define-public kcrash (package (name "kcrash") - (version "6.4.0") + (version "6.5.0") (source (origin (method url-fetch) (uri (string-append @@ -2391,7 +2391,7 @@ localized country name to ISO 3166-1 alpha 2 code mapping and vice verca. name "-" version ".tar.xz")) (sha256 (base32 - "15vnaq011pf6d5p131ld16lwjmvhmp6za2rv14fhqhrajny1a4h1")))) + "1wwv64jygx1hhiskn8xsk2v5dhnkbq94fd2rpi031k1ja7hnq347")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules)) (inputs (list kcoreaddons kwindowsystem)) |