[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
255/416: gnu: qtdatavis3d: Update to 5.15.8.
From: |
guix-commits |
Subject: |
255/416: gnu: qtdatavis3d: Update to 5.15.8. |
Date: |
Fri, 14 Apr 2023 15:26:01 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 772d97a138be4f06a3f71e18a8eaf8b3ad252c66
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
- 228/416: gnu: qtbase-5: Update to 5.15.8., (continued)
- 228/416: gnu: qtbase-5: Update to 5.15.8., guix-commits, 2023/04/14
- 230/416: gnu: qtsvg-5: Update to 5.15.8., guix-commits, 2023/04/14
- 231/416: gnu: qtimageformats: Update to 5.15.8., guix-commits, 2023/04/14
- 233/416: gnu: qtxmlpatterns: Update to 5.15.8., guix-commits, 2023/04/14
- 235/416: gnu: qtconnectivity: Update to 5.15.8., guix-commits, 2023/04/14
- 236/416: gnu: qtwebsockets-5: Update to 5.15.8., guix-commits, 2023/04/14
- 238/416: gnu: qtmultimedia-5: Update to 5.15.8., guix-commits, 2023/04/14
- 239/416: gnu: qtwayland-5: Update to 5.15.8., guix-commits, 2023/04/14
- 243/416: gnu: qtwebglplugin: Update to 5.15.8., guix-commits, 2023/04/14
- 247/416: gnu: qtscript: Update to 5.15.8., guix-commits, 2023/04/14
- 255/416: gnu: qtdatavis3d: Update to 5.15.8.,
guix-commits <=
- 259/416: gnu: qtwebengine-5: Update to 5.15.8., guix-commits, 2023/04/14
- 261/416: gnu: kcodecs: Update to 5.104.0., guix-commits, 2023/04/14
- 267/416: gnu: ruby-pg: Update to 1.4.6., guix-commits, 2023/04/14
- 271/416: gnu: hdf5@1.12: Update to 1.12.2., guix-commits, 2023/04/14
- 274/416: gnu: go-1.17: Update to 1.17.13., guix-commits, 2023/04/14
- 277/416: gnu: sdl2: Update to 2.26.2., guix-commits, 2023/04/14
- 281/416: gnu: python-geventhttpclient: Update to 2.0.9., guix-commits, 2023/04/14
- 291/416: gnu: openboardview: Update home page., guix-commits, 2023/04/14
- 290/416: gnu: openboardview: Update to 9.95.0., guix-commits, 2023/04/14
- 306/416: gnu: gst-plugins-good: Skip the test_video_caps_late test., guix-commits, 2023/04/14