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

commit c93fe0728cdb014d5b765637f45a640f95bd5ae2
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:01:22 2024 +0800

    gnu: kplotting: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (kplotting): Update to 6.3.0.
    [arguments]: Set #:qtbase to qtbase.
    [inputs]: Remove qtbase-5.
    [native-inputs]: Remove qttools-5; add qttools.
    
    Change-Id: I23f74f78bfce980164cefcf57eafe7e767e51968
---
 gnu/packages/kde-frameworks.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 47ac276088..6217f800cb 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1035,7 +1035,7 @@ to flat and hierarchical lists.")
 (define-public kplotting
   (package
     (name "kplotting")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1044,12 +1044,11 @@ to flat and hierarchical lists.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "17x58pplln0plqiyhjpzdiqxngylxq5gkc5gk7b91xzm783x2k0n"))))
+                "08cmp86h7pwjsds2kdcnnab8nincnmp72irk9y9ansqfglsgmrzq"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules qttools-5))
-    (inputs
-     (list qtbase-5))
+     (list extra-cmake-modules qttools))
+    (arguments (list #:qtbase qtbase))
     (home-page "https://community.kde.org/Frameworks";)
     (synopsis "Data plotting library")
     (description "KPlotWidget is a QWidget-derived class that provides a 
virtual

Reply via email to