gnu: qtquickcontrols-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
This commit is contained in:
parent
5f44795806
commit
c8d2e9a7de
1 changed files with 10 additions and 10 deletions
|
@ -2027,20 +2027,20 @@ (define-public qtscript
|
|||
ECMAScript and Qt.")))
|
||||
|
||||
(define-public qtquickcontrols-5
|
||||
(package (inherit qtsvg-5)
|
||||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtquickcontrols")
|
||||
(version "5.15.5")
|
||||
(version "5.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0mjw25wcgd2bvjz9rr4qjydb423c63615rcx1vws4jmydqdihssr"))))
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0yp47bpkfckms76vw0hrwnzchy8iak23ih6w9pnwrnjkmbc65drc"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs
|
||||
(list qtbase-5 qtdeclarative-5))
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
(inputs (list qtbase-5 qtdeclarative-5))
|
||||
(synopsis "Qt Quick Controls and other Quick modules")
|
||||
(description "The QtScript module provides classes for making Qt
|
||||
applications scriptable. This module provides a set of extra components that
|
||||
|
|
Loading…
Reference in a new issue