gnu: qtdatavis3d: Update to 5.15.8.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
This commit is contained in:
parent
508c050caa
commit
f419872065
@ -2226,20 +2226,19 @@ selecting one of the charts themes.")
|
|||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public qtdatavis3d
|
(define-public qtdatavis3d
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtdatavis3d")
|
(name "qtdatavis3d")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sczwqlc36jdywf7bqxz0hm6mr7fn8p1fsnc33jliiqzn9yrg77x"))))
|
"1mr2kdshahxrkjs9wlgpr59jbqvyvlax16rlnca4iq00w3v5hrdh"))))
|
||||||
(arguments
|
(arguments (substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
(inputs (list qtbase-5 qtdeclarative-5))
|
||||||
(inputs
|
|
||||||
(list qtbase-5 qtdeclarative-5))
|
|
||||||
(synopsis "Qt Data Visualization module")
|
(synopsis "Qt Data Visualization module")
|
||||||
(description "The Qt Data Visualization module provides a way to visualize
|
(description "The Qt Data Visualization module provides a way to visualize
|
||||||
data in 3D as bar, scatter, and surface graphs. It is especially useful for
|
data in 3D as bar, scatter, and surface graphs. It is especially useful for
|
||||||
|
Loading…
Reference in New Issue
Block a user