z572 pushed a commit to branch qt-team
in repository guix.
commit c6d113626cbf9d8744bd17ab344770f48123df40
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Sep 11 15:43:16 2024 +0800
gnu: qtscript: Update to 5.15.15.
* gnu/packages/qt.scm (qtscript): Update to 5.15.15.
Change-Id: Ida70d72896bd7c0b478abb7da35511e7a88e2eab
---
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 51cef6c518..398dbea416 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2499,13 +2499,13 @@ the Qt community.")
(package
(inherit qtsvg-5)
(name "qtscript")
- (version "5.15.10")
+ (version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "0fvhjsn41f6gx7bmvifxl61fdk6mg9lc6wgnwsfz2kyx0r2wsbb4"))
+ "1sy2b0vdj974l4fd2wq3vzr359mnbv5a39im93sgwn35alixnvpd"))
(patches (search-patches "qtscript-disable-tests.patch"))))
(native-inputs (list perl qttools-5))
(inputs (list qtbase-5))