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>master
parent
15653da69f
commit
6b5b567a1c
|
@ -996,7 +996,7 @@ to flat and hierarchical lists.")
|
||||||
(define-public kplotting
|
(define-public kplotting
|
||||||
(package
|
(package
|
||||||
(name "kplotting")
|
(name "kplotting")
|
||||||
(version "5.98.0")
|
(version "5.108.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1005,7 +1005,7 @@ to flat and hierarchical lists.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hnzyl1x6acv1psdgsa9prpvnm12j71x6w6wbs1b0fl9bv5zw222"))))
|
"1rnkwxxms2raqswgwm0i4xgjqpzkz7wl2kbdra2gqscfz7a23s4p"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules qttools-5))
|
(list extra-cmake-modules qttools-5))
|
||||||
|
|
Reference in New Issue