gnu: qtx11extras: Update to 5.15.15.

* gnu/packages/qt.scm (qtx11extras): Update to 5.15.15.

Change-Id: Ic6f6add485fc0cf513416ba626fea2ff7ac26bd0
This commit is contained in:
Zheng Junjie 2024-09-11 15:43:14 +08:00
parent ddb5e24b5d
commit 13ad1d8fa4
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1378,13 +1378,13 @@ support for MNG, TGA, TIFF and WBMP image formats.")
(define-public qtx11extras
(package (inherit qtsvg-5)
(name "qtx11extras")
(version "5.15.10")
(version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1x489lw3nx28p9cggdrr9n0l49w9y1mcpni9x91sic6wpyfx3p6p"))))
"1xi8y2j6dgl7a041xgy4fmbkyv4y08ifc9lig5zkdyxll3a8gxb0"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests