guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

169/347: gnu: kcachegrind: Update to 24.02.2.


From: guix-commits
Subject: 169/347: gnu: kcachegrind: Update to 24.02.2.
Date: Fri, 28 Jun 2024 09:58:53 -0400 (EDT)

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

commit 3a5618adc0c723ade591ad4d2e32735d535ebf85
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue May 7 14:17:25 2024 +0800

    gnu: kcachegrind: Update to 24.02.2.
    
    * gnu/packages/kde.scm (kcachegrind): Update to 24.02.2.
    [native-inputs]: Use qttools and kdoctools-6 replace qttools-5 and 
kdoctools.
    [inputs]: Add kxmlgui-6. Use qtbase, karchive-6, ki18n-6, kio-6, kxmlgui-6 
and
    kdbusaddons-6 replace qtbase-5, karchive, ki18n, kio, kxmlgui and 
kdbusaddons.
    
    Change-Id: Id2f0cdd7a1fe59533de535c0cc2db1c19018ae80
---
 gnu/packages/kde.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 537c553170..ffb2407232 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1480,19 +1480,19 @@ timers for each task can be started, stopped, changed, 
or looped.")
 (define-public kcachegrind
   (package
     (name "kcachegrind")
-    (version "23.08.4")
+    (version "24.02.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kde/stable/release-service/" 
version
                                   "/src/kcachegrind-" version ".tar.xz"))
               (sha256
                (base32
-                "011bsb9yxrjmazqs1s6fvzvga4mlhjpdvkifbxblqavwp3ipmwbw"))))
+                "173vlvji7dcan2j10ymmsplrssk0wr8ba4r6z6grwf1aljghjhqw"))))
     (build-system cmake-build-system)
     (native-inputs
-     (list extra-cmake-modules perl python qttools-5 kdoctools))
+     (list extra-cmake-modules perl python qttools kdoctools-6))
     (inputs
-     (list qtbase-5 karchive ki18n kio kdbusaddons))
+     (list qtbase karchive-6 ki18n-6 kio-6 kxmlgui-6 kdbusaddons-6))
     ;; Note: The 'hotshot2calltree' and 'pprof2calltree' scripts depend on
     ;; Python and PHP, respectively.  These are optional and we ignore them
     ;; for now.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]