guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 251af5945ff76b8005063bfaa3ac05835fd7cdd8
Author: Andreas Enge <[email protected]>
AuthorDate: Fri Oct 24 23:37:00 2025 +0200

    gnu: qtnetworkauth-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.17.
    
    Change-Id: I649966daf688335b8ec829d04f807fcf41ccece9
---
 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 6b27461dec..fc042317ff 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3098,13 +3098,13 @@ customized by using themes or by adding custom items 
and labels to them.")
 (define-public qtnetworkauth-5
   (package (inherit qtsvg-5)
     (name "qtnetworkauth")
-    (version "5.15.16")
+    (version "5.15.17")
     (source (origin
              (method url-fetch)
              (uri (qt-url name version))
              (sha256
               (base32
-               "0ms92n04mabv09lwmc1w4qc4nxl0wsz6xl652skgzf8psf4c39mz"))))
+               "12ap6bd7l88kzwig3871l6aa4xjb32zrbvgr9bhbds53hdi3vb7k"))))
     (inputs (list qtbase-5))
     (synopsis "Qt Network Authorization module")
     (description "The Qt Network Authorization module provides an

Reply via email to