andreas pushed a commit to branch qt-team in repository guix. commit 2059eefac65d3be1d48c42d9a46015326166dec7 Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Feb 8 12:01:54 2025 +0800
gnu: qtscript: Update to 5.15.16. * gnu/packages/qt.scm (qtscript): Update to 5.15.16. Change-Id: If695cad1bec2d703961fbc09b07aa626b7a479f1 --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index e6745bd78c..3186ce10c7 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2585,13 +2585,13 @@ the Qt community.") (package (inherit qtsvg-5) (name "qtscript") - (version "5.15.15") + (version "5.15.16") (source (origin (method url-fetch) (uri (qt-url name version)) (sha256 (base32 - "1sy2b0vdj974l4fd2wq3vzr359mnbv5a39im93sgwn35alixnvpd")) + "1hpf6v18mlvgalb3vwv2dw4rj925mxzxc3arc1w0wzffxskbm60b")) (patches (search-patches "qtscript-disable-tests.patch")))) (native-inputs (list perl qttools-5)) (inputs (list qtbase-5))