qt: new version 5.15.10 (#38489)
No changes to the build system, no changes to `package.py` needed. Changelog: https://github.com/qt/qtbase/compare/v5.15.9-lts-lgpl...v5.15.10-lts-lgpl Main change taking up space: - bundled 3rdparty/pcre2 updated from 10.39 to 10.40 (spack now includes 10.42, and we don't put specific version requirements in `package.py`)
This commit is contained in:
parent
ace20c5d29
commit
2abbfe719d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ class Qt(Package):
|
|||
|
||||
phases = ["configure", "build", "install"]
|
||||
|
||||
version("5.15.10", sha256="b545cb83c60934adc9a6bbd27e2af79e5013de77d46f5b9f5bb2a3c762bf55ca")
|
||||
version("5.15.9", sha256="26d5f36134db03abe4a6db794c7570d729c92a3fc1b0bf9b1c8f86d0573cd02f")
|
||||
version("5.15.8", sha256="776a9302c336671f9406a53bd30b8e36f825742b2ec44a57c08217bff0fa86b9")
|
||||
version("5.15.7", sha256="8a71986676a3f37a198a9113acedbfd5bc5606a459b6b85816d951458adbe9a0")
|
||||
|
|
Loading…
Reference in a new issue