gnu: qtquickcontrols2-5: Update to 5.15.15.

* gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.15.

Change-Id: I3632ebd093ad2062bf17a3f88d968edc0012768c
This commit is contained in:
Zheng Junjie 2024-09-11 15:43:16 +08:00
parent 086d892449
commit 948e7233fd
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2538,13 +2538,13 @@ can be used to build complete interfaces in Qt Quick.")))
(package
(inherit qtsvg-5)
(name "qtquickcontrols2")
(version "5.15.10")
(version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"13pw0ah7ydkl27pvqwdjw8rc3cxgag7jr0a12g1iw0z9zs94r5cp"))))
"095pgl962z160lrmsl98bgyin2ycd43s2arwxicd667mamgif5py"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests