gnu: qtdatavis3d: Update to 5.15.16.

* gnu/packages/qt.scm (qtdatavis3d): Update to 5.15.16.

Change-Id: I2feeaca93670a58354c3a0f33e938da5b6441111
This commit is contained in:
宋文武 2025-02-08 12:01:55 +08:00 committed by Andreas Enge
parent 7f06ca28b6
commit 1111ec483b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2955,13 +2955,13 @@ graphs by selecting one of the charts themes.")
(package
(inherit qtsvg-5)
(name "qtdatavis3d")
(version "5.15.15")
(version "5.15.16")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"124w3badhqcmwgwsm6phqa7ha4zjh68gh4zv50zbi2j1dwcfqif0"))))
"1y01rbd7lajv38xaka7b6vfi8ayks00wdgdwbw2rjxgjjl7ya32k"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests