diff options
author | Zheng Junjie <873216071@qq.com> | 2023-07-14 15:42:48 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2023-08-02 22:27:41 +0800 |
commit | 0e2139126520075bcc1c6c984132e613b3fc5041 (patch) | |
tree | 35899730a2f6a41a988d1e95f867b7b44aedbcab | |
parent | f1ebb00ee20af2384a5fd039f76e07403c902d9b (diff) | |
download | guix-0e2139126520075bcc1c6c984132e613b3fc5041.tar.gz guix-0e2139126520075bcc1c6c984132e613b3fc5041.zip |
gnu: kcachegrind: Update to 23.04.3.
* gnu/packages/kde.scm (kcachegrind): Update to 23.04.3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/kde.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index f7fc534450..5a12eeb4d6 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -1132,14 +1132,14 @@ timers for each task can be started, stopped, changed, or looped.") (define-public kcachegrind (package (name "kcachegrind") - (version "22.08.1") + (version "23.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kcachegrind-" version ".tar.xz")) (sha256 (base32 - "05wcnfqs0fdfhfpagn0pqky0l7014nblv8r9fv1khy4g5mdlm4hs")))) + "175bag1mfidp7bdsjb3zinib76jy8h881rqxgmkn90gmv4fqy62b")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules perl python qttools-5 kdoctools)) |