gnu: qt3d-5: Update to 5.15.10.

* gnu/packages/qt.scm (qt3d-5): Update to 5.15.10.
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:20:02 -04:00
parent 43ad003ffc
commit eb5a4669e6
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -932,13 +932,13 @@ (define-public qt3d-5
(package (package
(inherit qtbase-5) (inherit qtbase-5)
(name "qt3d") (name "qt3d")
(version "5.15.8") (version "5.15.10")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (qt-url name version)) (uri (qt-url name version))
(sha256 (sha256
(base32 (base32
"18hbv4l9w0czaxcch6af9130fgs4sf400xp0pfzl81c78fwrkfsb")))) "0pwcjm0xxa4f3sg634bv2n61jmn852yr0y6qjvyp8dcvic90cp12"))))
(propagated-inputs `()) (propagated-inputs `())
(native-inputs (list perl)) (native-inputs (list perl))
(inputs (list mesa qtbase-5 vulkan-headers zlib)) (inputs (list mesa qtbase-5 vulkan-headers zlib))