mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
7f06ca28b6
commit
1111ec483b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue