guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d30ed3fc3d4e0f3f37d8d6cf85a1bb9454295dc1
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 23:36:58 2025 +0200

    gnu: qttools-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qttools-5): Update to 5.15.17.
    
    Change-Id: I08e8498854cd21f52e2b6babf0aaf10a7817b824
---
 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 314066d76f..6499a88d42 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2606,13 +2606,13 @@ plugin for Adobe After Effects.")
   (package
     (inherit qtsvg-5)
     (name "qttools")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "077w2ml8nb398v48js4y9qcqvncsbi1yx5a9kzslm9dcgy413aqw"))))
+                "1imzr7gxbbl1m05g6a4ji0pxvabp0j4x3q33dxa7zfrjczmhcc23"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg-5)
        ((#:tests? _ #f) #f)           ; TODO: Enable the tests

Reply via email to