gnu: kplotting: Update to 5.108.0.

* gnu/packages/kde-frameworks.scm (kplotting): Update to 5.108.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Zheng Junjie 2023-07-12 13:04:38 +08:00 committed by 宋文武
parent 15653da69f
commit 6b5b567a1c
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -996,7 +996,7 @@ (define-public kitemviews
(define-public kplotting
(package
(name "kplotting")
(version "5.98.0")
(version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1005,7 +1005,7 @@ (define-public kplotting
name "-" version ".tar.xz"))
(sha256
(base32
"0hnzyl1x6acv1psdgsa9prpvnm12j71x6w6wbs1b0fl9bv5zw222"))))
"1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools-5))