me
/
guix
Archived
1
0
Fork 0

gnu: qtquickcontrols-5: Update to 5.15.8.

* gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.8.
master
Maxim Cournoyer 2023-03-27 16:09:52 -04:00
parent 5f44795806
commit c8d2e9a7de
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 10 additions and 10 deletions

View File

@ -2027,20 +2027,20 @@ The following guides and references cover aspects of programming with
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