gnu: kplotting: Update to 6.21.0.

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

Change-Id: I47c6468e012425ad4204734fa58e13ed0150b1ee
This commit is contained in:
Sughosha 2025-12-24 14:40:33 +05:30
parent 1778c41694
commit d37b1bb8bf
No known key found for this signature in database
GPG key ID: CDBC0BD95943A706

View file

@ -1408,7 +1408,7 @@ to flat and hierarchical lists.")
(define-public kplotting
(package
(name "kplotting")
(version "6.19.0")
(version "6.21.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1417,7 +1417,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz"))
(sha256
(base32
"14l2im8bjj0w5hmnj0bwm8298cmw3zi5l71k5hf3v8rraiyk80sj"))))
"1grglgnc4zxd9166ay5bzdzm3k6liza9w87b8qx2jrfbafxikcy7"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules qttools))