gnu: kcachegrind: Update to 23.04.3.

* gnu/packages/kde.scm (kcachegrind): Update to 23.04.3.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-14 15:42:48 +08:00 committed by 宋文武
parent f1ebb00ee2
commit 0e21391265
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -1132,14 +1132,14 @@ (define-public ktimer
(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))