andreas pushed a commit to branch qt-team
in repository guix.

commit a523e9cd0534186f0c9aa14ef084f3310c0f9578
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 e27212dd91..5d43277fc6 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2580,13 +2580,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))

Reply via email to