[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
59/64: gnu: qtdatavis3d: Update to 5.15.10.
From: |
guix-commits |
Subject: |
59/64: gnu: qtdatavis3d: Update to 5.15.10. |
Date: |
Tue, 22 Aug 2023 09:04:32 -0400 (EDT) |
apteryx pushed a commit to branch qt-updates
in repository guix.
commit e6c9db9f9de70b909ccb634ee35dbc1da6e3cca6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 15 16:20:09 2023 -0400
gnu: qtdatavis3d: Update to 5.15.10.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.10.
[description]: Double single space.
---
gnu/packages/qt.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0c6ca1cfe5..7dad5f16fd 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2364,22 +2364,22 @@ graphs by selecting one of the charts themes.")
(package
(inherit qtsvg-5)
(name "qtdatavis3d")
- (version "5.15.8")
+ (version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1mr2kdshahxrkjs9wlgpr59jbqvyvlax16rlnca4iq00w3v5hrdh"))))
+ "1lhy6l0hlm8mc21k7bwzkgnj6nn6x1f0h2imk8wqjjcvb5g605g5"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests
(inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Qt Data Visualization module")
(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
-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.")
(license license:gpl3)))
- 03/64: gnu: qt-creator: Use mirror://qt for source URI., (continued)
- 03/64: gnu: qt-creator: Use mirror://qt for source URI., guix-commits, 2023/08/22
- 29/64: gnu: qt-creator: Update to 11.0.1., guix-commits, 2023/08/22
- 12/64: gnu: qtimageformats-5: Fix indentation., guix-commits, 2023/08/22
- 34/64: gnu: qtx11extras: Update to 5.15.10., guix-commits, 2023/08/22
- 09/64: gnu: qt5compat: Update to 6.5.2., guix-commits, 2023/08/22
- 13/64: gnu: Add qtimageformats., guix-commits, 2023/08/22
- 30/64: gnu: qtbase-5: Update to 5.15.10., guix-commits, 2023/08/22
- 35/64: gnu: qtxmlpatterns: Update to 5.15.10., guix-commits, 2023/08/22
- 42/64: gnu: qtmultimedia-5: Shorten maximum line width., guix-commits, 2023/08/22
- 56/64: gnu: qtscxml: Update to 5.15.10., guix-commits, 2023/08/22
- 59/64: gnu: qtdatavis3d: Update to 5.15.10.,
guix-commits <=
- 60/64: gnu: qtnetworkauth-5: Update to 5.15.10., guix-commits, 2023/08/22
- 63/64: gnu: qtvirtualkeyboard: Update to 5.15.10., guix-commits, 2023/08/22
- 64/64: gnu: ffmpeg: Skip failing tests on powerpc64le., guix-commits, 2023/08/22
- 25/64: gnu: qtnetworkauth: Update to 6.5.2., guix-commits, 2023/08/22
- 15/64: gnu: qtdeclarative: Update to 6.5.2., guix-commits, 2023/08/22
- 23/64: gnu: qttranslations: Update to 6.5.2., guix-commits, 2023/08/22
- 06/64: etc: Add Qt manifests for Qt maintenance., guix-commits, 2023/08/22
- 05/64: gnu: qtdeclarative: Disable QML cache to avoid stale cache issues., guix-commits, 2023/08/22
- 02/64: gnu: qt: Streamline qt-urls., guix-commits, 2023/08/22
- 17/64: gnu: qtshadertools: Update to 6.5.2., guix-commits, 2023/08/22