guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 7f5eef1ec30f0bc0c5c318466b9526eb5a4c736a
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:08 2025 +0800

    gnu: kcachegrind: Update to 24.12.1.
    
    * gnu/packages/kde.scm (kcachegrind): Update to 24.12.1.
    
    Change-Id: I025ee947f0ad8968491ab0045f1618506fdd4c80
---
 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 cfb6510a8a..e4c44067c4 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1858,14 +1858,14 @@ timers for each task can be started, stopped, changed, 
or looped.")
 (define-public kcachegrind
   (package
     (name "kcachegrind")
-    (version "24.05.2")
+    (version "24.12.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/kcachegrind-" version ".tar.xz"))
               (sha256
                (base32
-                "1j0i8sigf21b3w4r0cahrdm046pcinsldqhcms2bhv14v9lirc19"))))
+                "0wk26gpyld2q4xxlyzynp8v4bq72wyf8qr1lb2aj61dbv9b112nk"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules perl python qttools kdoctools))

Reply via email to