1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

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
+2 -2
View File
@@ -1185,13 +1185,13 @@ support for MNG, TGA, TIFF and WBMP image formats.")
(define-public qtx11extras
(package (inherit qtsvg-5)
(name "qtx11extras")
(version "5.15.8")
(version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1gzmf0y2byzrgfbing7xk3cwlbk1cyjlhqjbfh8n37y09gg65maf"))))
"1x489lw3nx28p9cggdrr9n0l49w9y1mcpni9x91sic6wpyfx3p6p"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests