gnu: kplotting: Update to 6.5.0.

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

Change-Id: Id6c5e3b04ab439a9f8ca1c9d0d2f40ef2495cf9e
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:50 +08:00
parent 90b216c78c
commit 9328af3fb4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1398,7 +1398,7 @@ (define-public kitemviews-5
(define-public kplotting
(package
(name "kplotting")
(version "6.4.0")
(version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1407,7 +1407,7 @@ (define-public kplotting
name "-" version ".tar.xz"))
(sha256
(base32
"0xzwf4dfhkl2f5gahlgvfijl0big8nffrq0l3mxgjj27h467g72g"))))
"0hyrh3sw6znl79xxhqw7jqgyhh1b59aq7lmhkpagl0i0sk29f5h2"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))