1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: qtquickcontrols-5: Update to 5.15.15.

* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.15.

Change-Id: I4d8671b55a8c45c178b0ff5b15c926a9c70201c6
This commit is contained in:
Zheng Junjie
2024-09-11 15:43:16 +08:00
parent b9bf8d142d
commit 086d892449
+2 -2
View File
@@ -2518,13 +2518,13 @@ ECMAScript and Qt.")))
(package
(inherit qtsvg-5)
(name "qtquickcontrols")
(version "5.15.10")
(version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1szgm7d8d2lllq19iyf4ggif933bprgsgmp4wzyg0mwq21rnwsm0"))))
"0anf0r7ryj1c3z97kxpkd6qvbn3fg3hcgzy65vnkwm3fbb13095h"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests