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

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

    gnu: qtbase-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtbase-5): Update to 5.15.17.
    
    Change-Id: I2630f8eed4a6adcc28dc565d3dfe85d98f1e4233
---
 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 397904bca0..f24fcd267b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -500,13 +500,13 @@ system, and the core design of Django is reused in 
Grantlee.")
 (define-public qtbase-5
   (package
     (name "qtbase")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "14hm0kyp1y8lsc6wn3bsy28i6zf8l9b6f81pm1mqn18qih2iaj5h"))
+                "1zsnww4hp5n46jyg43w039lgxxrnjj1w0ngp54ibv9glng5i65fv"))
               ;; Use TZDIR to avoid depending on package "tzdata".
               (patches (search-patches "qtbase-5-use-TZDIR.patch"
                                        "qtbase-moc-ignore-gcc-macro.patch"

Reply via email to