mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
086d892449
commit
948e7233fd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue