gnu: kcachegrind: Update to 23.08.4.
* gnu/packages/kde.scm (kcachegrind): Update to 23.08.4. Change-Id: I5cd0401c61325b274bfcb5c4bc914d8fe0325388master
parent
f3fdb4e041
commit
7d4a4ded8d
|
@ -1362,14 +1362,14 @@ timers for each task can be started, stopped, changed, or looped.")
|
||||||
(define-public kcachegrind
|
(define-public kcachegrind
|
||||||
(package
|
(package
|
||||||
(name "kcachegrind")
|
(name "kcachegrind")
|
||||||
(version "23.04.3")
|
(version "23.08.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/kcachegrind-" version ".tar.xz"))
|
"/src/kcachegrind-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"175bag1mfidp7bdsjb3zinib76jy8h881rqxgmkn90gmv4fqy62b"))))
|
"011bsb9yxrjmazqs1s6fvzvga4mlhjpdvkifbxblqavwp3ipmwbw"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl python qttools-5 kdoctools))
|
(list extra-cmake-modules perl python qttools-5 kdoctools))
|
||||||
|
|
Reference in New Issue