3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: qtdatavis3d: Update to 5.9.5.

* gnu/packages/qt.scm (qtdatavis3d): Update to 5.9.5.
This commit is contained in:
Tobias Geerinckx-Rice 2018-04-17 03:54:52 +02:00
parent c972f17160
commit 7dbf4888dc
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1390,7 +1390,7 @@ selecting one of the charts themes.")
(define-public qtdatavis3d
(package (inherit qtsvg)
(name "qtdatavis3d")
(version "5.9.4")
(version "5.9.5")
(source (origin
(method url-fetch)
(uri (string-append "https://download.qt.io/official_releases/qt/"
@ -1399,7 +1399,7 @@ selecting one of the charts themes.")
version ".tar.xz"))
(sha256
(base32
"1ggwfnqf17mp5dkfr82q1qrimkb6wv3304vl8mjv1nq0zisckhjv"))))
"0i1zd7lcakhicfpqj7dlw8hzk8x5i4ddk1427jhxcpja48l4jxy5"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg)
((#:tests? _ #f) #f))) ; TODO: Enable the tests