gnu: kcachegrind: Update to 24.12.1.

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

Change-Id: I025ee947f0ad8968491ab0045f1618506fdd4c80
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:08 +08:00
parent 87c99795e0
commit fa9f400915
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1607,14 +1607,14 @@ (define-public ktimer
(define-public kcachegrind
(package
(name "kcachegrind")
(version "24.05.2")
(version "24.12.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kcachegrind-" version ".tar.xz"))
(sha256
(base32
"1j0i8sigf21b3w4r0cahrdm046pcinsldqhcms2bhv14v9lirc19"))))
"0wk26gpyld2q4xxlyzynp8v4bq72wyf8qr1lb2aj61dbv9b112nk"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl python qttools kdoctools))