From 3882035469f79e59673f42977c5b8567c6cd7a8f Mon Sep 17 00:00:00 2001 From: Zheng Junjie Date: Sat, 6 Jul 2024 00:01:22 +0800 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3