guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit 4dedab087489059ef868485a231d720c115c6acd
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 032cc0e501..1e337894b1 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2650,13 +2650,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))