guix_mirror_bot pushed a commit to branch qt-team-old in repository guix. commit f7bb11ceda3194151bc72c447de764bb5c29b41f 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 9f42486113..21cc264505 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2579,13 +2579,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))