mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
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.")))
|
ECMAScript and Qt.")))
|
||||||
|
|
||||||
(define-public qtquickcontrols-5
|
(define-public qtquickcontrols-5
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtquickcontrols")
|
(name "qtquickcontrols")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mjw25wcgd2bvjz9rr4qjydb423c63615rcx1vws4jmydqdihssr"))))
|
"0yp47bpkfckms76vw0hrwnzchy8iak23ih6w9pnwrnjkmbc65drc"))))
|
||||||
(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
|
||||||
(inputs
|
(inputs (list qtbase-5 qtdeclarative-5))
|
||||||
(list qtbase-5 qtdeclarative-5))
|
|
||||||
(synopsis "Qt Quick Controls and other Quick modules")
|
(synopsis "Qt Quick Controls and other Quick modules")
|
||||||
(description "The QtScript module provides classes for making Qt
|
(description "The QtScript module provides classes for making Qt
|
||||||
applications scriptable. This module provides a set of extra components that
|
applications scriptable. This module provides a set of extra components that
|
||||||
|
|
Loading…
Reference in a new issue