iyzsong pushed a commit to branch qt-team
in repository guix.
commit 7e69d0e5f3687c19d4fb843d0b3b54d373ac9cbc
Author: 宋文武 <[email protected]>
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 136cd304c5..e120648891 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2570,13 +2570,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))