gnu: kplotting: Update to 6.13.0.

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

Change-Id: Ia155257d0f7c1daaff21db2f2ec66fdf70f9bc3e
This commit is contained in:
宋文武 2025-05-04 14:10:11 +08:00 committed by Andreas Enge
parent c355c44112
commit f40b8b6888
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -1416,7 +1416,7 @@ to flat and hierarchical lists.")
(define-public kplotting (define-public kplotting
(package (package
(name "kplotting") (name "kplotting")
(version "6.10.0") (version "6.13.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1425,7 +1425,7 @@ to flat and hierarchical lists.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0grdj8ghfh706vrl1bs7yavw7ygv22hjnngsgjbykcdz34qdjhb9")))) "05jrjg2gnm8nfm0gja4azmmd9ixmv94i4gxy9ry7srxcs3wmd2wi"))))
(build-system qt-build-system) (build-system qt-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules qttools)) (list extra-cmake-modules qttools))