summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/qt.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index c6140c57a1..c07edf6148 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -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