iyzsong pushed a commit to branch kde-updates
in repository guix.
commit 0e2139126520075bcc1c6c984132e613b3fc5041
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jul 14 15:42:48 2023 +0800
gnu: kcachegrind: Update to 23.04.3.
* gnu/packages/kde.scm (kcachegrind): Update to 23.04.3.
Signed-off-by: 宋文武 <[email protected]>
---
gnu/packages/kde.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index f7fc534450..5a12eeb4d6 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1132,14 +1132,14 @@ timers for each task can be started, stopped, changed,
or looped.")
(define-public kcachegrind
(package
(name "kcachegrind")
- (version "22.08.1")
+ (version "23.04.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/"
version
"/src/kcachegrind-" version ".tar.xz"))
(sha256
(base32
- "05wcnfqs0fdfhfpagn0pqky0l7014nblv8r9fv1khy4g5mdlm4hs"))))
+ "175bag1mfidp7bdsjb3zinib76jy8h881rqxgmkn90gmv4fqy62b"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules perl python qttools-5 kdoctools))