mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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:
parent
8743bb5057
commit
3cb7bbea37
1 changed files with 2 additions and 2 deletions
|
@ -2669,13 +2669,13 @@ ECMAScript and Qt.")))
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtquickcontrols")
|
(name "qtquickcontrols")
|
||||||
(version "5.15.15")
|
(version "5.15.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0anf0r7ryj1c3z97kxpkd6qvbn3fg3hcgzy65vnkwm3fbb13095h"))))
|
"1py4zb9w5fpk2b9b49v49d1nvrb88h86w5rblz341s42g3bn37z6"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue