1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00

gnu: kcachegrind: Update to 25.08.2.

* gnu/packages/kde-sdk.scm (kcachegrind): Update to 25.08.2.

Change-Id: I8c8029c5e3b5819f9bba82a43d840742de5108d4
This commit is contained in:
Sughosha
2025-10-10 13:55:10 +05:30
committed by Andreas Enge
parent 1277ffbbd4
commit f55b6f3eaa

View File

@@ -154,14 +154,14 @@ structure. It features:
(define-public kcachegrind
(package
(name "kcachegrind")
(version "25.08.1")
(version "25.08.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kcachegrind-" version ".tar.xz"))
(sha256
(base32
"11bhyrh2aqcja50i92w0a6cgqz4hz9c0gqjlhp3gkrfg43p8dsv5"))))
"1j5z9yrn6j785dywqyprbx6kx83a76a6wbgjrp72mdixl9qw0l4d"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl python qttools kdoctools))