mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-06-11 13:44:04 +02:00
gnu: qtquickcontrols-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.16. Change-Id: Ib26810bfa8f7daa0986d52adbdb5df404f10f8dd
This commit is contained in:
+2
-2
@@ -2669,13 +2669,13 @@ ECMAScript and Qt.")))
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtquickcontrols")
|
||||
(version "5.15.15")
|
||||
(version "5.15.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0anf0r7ryj1c3z97kxpkd6qvbn3fg3hcgzy65vnkwm3fbb13095h"))))
|
||||
"1py4zb9w5fpk2b9b49v49d1nvrb88h86w5rblz341s42g3bn37z6"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
|
||||
Reference in New Issue
Block a user