mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: kcachegrind: Update to 25.08.1.
* gnu/packages/kde-sdk.scm (kcachegrind): Update to 25.08.1. Change-Id: Iab349c9bc0b3257f82886bc7fe7b91f39f8f2e7b
This commit is contained in:
parent
4d0d955555
commit
3169b19dbe
1 changed files with 2 additions and 2 deletions
|
|
@ -115,14 +115,14 @@ structure. It features:
|
|||
(define-public kcachegrind
|
||||
(package
|
||||
(name "kcachegrind")
|
||||
(version "24.12.1")
|
||||
(version "25.08.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kcachegrind-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wk26gpyld2q4xxlyzynp8v4bq72wyf8qr1lb2aj61dbv9b112nk"))))
|
||||
"11bhyrh2aqcja50i92w0a6cgqz4hz9c0gqjlhp3gkrfg43p8dsv5"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules perl python qttools kdoctools))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue