me
/
guix
Archived
1
0
Fork 0

gnu: kcachegrind: Update to 23.08.4.

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

Change-Id: I5cd0401c61325b274bfcb5c4bc914d8fe0325388
master
Maxim Cournoyer 2024-01-11 12:44:14 -05:00
parent f3fdb4e041
commit 7d4a4ded8d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -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))