[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/51: gnu: qtdatavis3d: Update to 5.15.8.
From: |
guix-commits |
Subject: |
47/51: gnu: qtdatavis3d: Update to 5.15.8. |
Date: |
Tue, 28 Mar 2023 20:20:24 -0400 (EDT) |
apteryx pushed a commit to branch staging
in repository guix.
commit f419872065b522fbd05d9ddce736eeaa36cb7314
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:54 2023 -0400
gnu: qtdatavis3d: Update to 5.15.8.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.8.
---
gnu/packages/qt.scm | 23 +++++++++++------------
1 file changed, 11 insertions(+), 12 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 90cc44cf2d..da30068e19 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2226,20 +2226,19 @@ selecting one of the charts themes.")
(license license:gpl3)))
(define-public qtdatavis3d
- (package (inherit qtsvg-5)
+ (package
+ (inherit qtsvg-5)
(name "qtdatavis3d")
- (version "5.15.5")
+ (version "5.15.8")
(source (origin
- (method url-fetch)
- (uri (qt-urls name version))
- (sha256
- (base32
- "0sczwqlc36jdywf7bqxz0hm6mr7fn8p1fsnc33jliiqzn9yrg77x"))))
- (arguments
- (substitute-keyword-arguments (package-arguments qtsvg-5)
- ((#:tests? _ #f) #f))) ; TODO: Enable the tests
- (inputs
- (list qtbase-5 qtdeclarative-5))
+ (method url-fetch)
+ (uri (qt-urls name version))
+ (sha256
+ (base32
+ "1mr2kdshahxrkjs9wlgpr59jbqvyvlax16rlnca4iq00w3v5hrdh"))))
+ (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
- 21/51: gnu: qt3d-5: Update to 5.15.8., (continued)
- 21/51: gnu: qt3d-5: Update to 5.15.8., guix-commits, 2023/03/28
- 24/51: gnu: qtx11extras: Update to 5.15.8., guix-commits, 2023/03/28
- 26/51: gnu: qtdeclarative-5: Update to 5.15.8., guix-commits, 2023/03/28
- 27/51: gnu: qtconnectivity: Update to 5.15.8., guix-commits, 2023/03/28
- 29/51: gnu: qtsensors: Update to 5.15.8., guix-commits, 2023/03/28
- 36/51: gnu: qtwebview: Update to 5.15.8., guix-commits, 2023/03/28
- 42/51: gnu: qtgraphicaleffects: Update to 5.15.8., guix-commits, 2023/03/28
- 43/51: gnu: qtgamepad: Update to 5.15.8., guix-commits, 2023/03/28
- 45/51: gnu: qtpurchasing: Update to 5.15.8., guix-commits, 2023/03/28
- 46/51: gnu: qtcharts: Update to 5.15.8., guix-commits, 2023/03/28
- 47/51: gnu: qtdatavis3d: Update to 5.15.8.,
guix-commits <=
- 49/51: gnu: qtremoteobjects: Update to 6.3.2., guix-commits, 2023/03/28