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

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

    gnu: qtquickcontrols2-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtquickcontrols2-5): Update to 5.15.17.
    
    Change-Id: I489a16f4a79a8fa2775dc9b79e392b8577577ea4
---
 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 a5aea9e8f8..b77d5cc15c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2808,13 +2808,13 @@ can be used to build complete interfaces in Qt 
Quick.")))
   (package
     (inherit qtsvg-5)
     (name "qtquickcontrols2")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "05mavhmdzfmm1wv1zsxwcnj5whfis789d7fq2vjg1p46gx617p3b"))))
+                "0v7mwzhc42cwf12z11g9qmysqhsqcvfk4pghh9n2p2kbrz6xdnd0"))))
     (arguments
      (substitute-keyword-arguments (package-arguments qtsvg-5)
        ((#:tests? _ #f) #f)))           ; TODO: Enable the tests

Reply via email to