gnu: qtx11extras: Update to 5.15.10.

* gnu/packages/qt.scm (qtx11extras): Update to 5.15.10.
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:20:03 -04:00
parent da35edee0e
commit 9d2142505e
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1185,13 +1185,13 @@ (define-public qtimageformats
(define-public qtx11extras (define-public qtx11extras
(package (inherit qtsvg-5) (package (inherit qtsvg-5)
(name "qtx11extras") (name "qtx11extras")
(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
"1gzmf0y2byzrgfbing7xk3cwlbk1cyjlhqjbfh8n37y09gg65maf")))) "1x489lw3nx28p9cggdrr9n0l49w9y1mcpni9x91sic6wpyfx3p6p"))))
(arguments (arguments
(substitute-keyword-arguments (package-arguments qtsvg-5) (substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests ((#:tests? _ #f) #f))) ; TODO: Enable the tests