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

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

    gnu: qtquickcontrols-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtquickcontrols-5): Update to 5.15.17.
    
    Change-Id: I47f436971a33a15f2bda7bd353ce21eae51078d2
---
 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 113a397b22..a5aea9e8f8 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2788,13 +2788,13 @@ body can have its own physical properties like mass, 
density and friction.")
   (package
     (inherit qtsvg-5)
     (name "qtquickcontrols")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1py4zb9w5fpk2b9b49v49d1nvrb88h86w5rblz341s42g3bn37z6"))))
+                "0d22z6a1l7iv1xmzgsf7inpgi857mg1ffv327wv7q2iapg2fsiw3"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg-5)
        ((#:tests? _ #f) #f)))           ; TODO: Enable the tests

Reply via email to