me
/
guix
Archived
1
0
Fork 0

gnu: qtdatavis3d: Update to 5.15.10.

* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.10.
[description]: Double single space.
master
Maxim Cournoyer 2023-08-15 16:20:09 -04:00
parent 397ea21db2
commit 7e864cad55
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 4 additions and 4 deletions

View File

@ -2364,22 +2364,22 @@ graphs by selecting one of the charts themes.")
(package (package
(inherit qtsvg-5) (inherit qtsvg-5)
(name "qtdatavis3d") (name "qtdatavis3d")
(version "5.15.8") (version "5.15.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (qt-url name version)) (uri (qt-url name version))
(sha256 (sha256
(base32 (base32
"1mr2kdshahxrkjs9wlgpr59jbqvyvlax16rlnca4iq00w3v5hrdh")))) "1lhy6l0hlm8mc21k7bwzkgnj6nn6x1f0h2imk8wqjjcvb5g605g5"))))
(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
visualizing depth maps and large quantities of rapidly changing data, such as visualizing depth maps and large quantities of rapidly changing data, such as
data received from multiple sensors. The look and feel of graphs can be data received from multiple sensors. The look and feel of graphs can be
customized by using themes or by adding custom items and labels to them.") customized by using themes or by adding custom items and labels to them.")
(license license:gpl3))) (license license:gpl3)))