me
/
guix
Archived
1
0
Fork 0

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
master
Zheng Junjie 2024-07-06 00:01:22 +08:00
parent 55ecbad01a
commit 3882035469
No known key found for this signature in database
GPG Key ID: 3B5AA993E1A2DFF0
1 changed files with 4 additions and 5 deletions

View File

@ -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