me
/
guix
Archived
1
0
Fork 0

gnu: qtquickcontrols-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.10.
master
Maxim Cournoyer 2023-08-15 16:20:07 -04:00
parent c6ad82d39d
commit 50b6f6b4cb
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2171,13 +2171,13 @@ ECMAScript and Qt.")))
(package (package
(inherit qtsvg-5) (inherit qtsvg-5)
(name "qtquickcontrols") (name "qtquickcontrols")
(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
"0yp47bpkfckms76vw0hrwnzchy8iak23ih6w9pnwrnjkmbc65drc")))) "1szgm7d8d2lllq19iyf4ggif933bprgsgmp4wzyg0mwq21rnwsm0"))))
(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