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

commit 25d63efac377eaf88145ac037e89cfa46e3e0c85
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Feb 8 12:01:55 2025 +0800

    gnu: qtnetworkauth-5: Update to 5.15.16.
    
    * gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.16.
    
    Change-Id: Ic3a9b1afef06ee09abbb4440ad6d78f866809a78
---
 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 0bcb81ac43..fa2b1235a2 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2906,13 +2906,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.15")
+    (version "5.15.16")
     (source (origin
              (method url-fetch)
              (uri (qt-url name version))
              (sha256
               (base32
-               "1w8pjadaxzz7frk77a383ysbavaimzlcm1hc9r7hvb8cwq8zs0r9"))))
+               "0ms92n04mabv09lwmc1w4qc4nxl0wsz6xl652skgzf8psf4c39mz"))))
     (inputs (list qtbase-5))
     (synopsis "Qt Network Authorization module")
     (description "The Qt Network Authorization module provides an

Reply via email to