mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
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:
parent
87c99795e0
commit
fa9f400915
1 changed files with 2 additions and 2 deletions
|
@ -1607,14 +1607,14 @@ (define-public ktimer
|
||||||
(define-public kcachegrind
|
(define-public kcachegrind
|
||||||
(package
|
(package
|
||||||
(name "kcachegrind")
|
(name "kcachegrind")
|
||||||
(version "24.05.2")
|
(version "24.12.1")
|
||||||
(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
|
||||||
"1j0i8sigf21b3w4r0cahrdm046pcinsldqhcms2bhv14v9lirc19"))))
|
"0wk26gpyld2q4xxlyzynp8v4bq72wyf8qr1lb2aj61dbv9b112nk"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules perl python qttools kdoctools))
|
(list extra-cmake-modules perl python qttools kdoctools))
|
||||||
|
|
Loading…
Reference in a new issue