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

commit 2d93407755df535403907a5d1fb676340ef9ab92
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 23:26:18 2025 +0800

    gnu: qtnetworkauth: Update to 6.9.2.
    
    * gnu/packages/qt.scm (qtnetworkauth): Update to 6.9.2.
    
    Change-Id: I848486ec2701bb2872340624461ac68cacc79adf
---
 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 10b9ac8c64..3ad8825862 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3040,13 +3040,13 @@ implementation of OAuth and OAuth2 authenticathon 
methods for Qt.")))
 (define-public qtnetworkauth
   (package
     (name "qtnetworkauth")
-    (version "6.8.2")
+    (version "6.9.2")
     (source (origin
               (method url-fetch)
               (uri (qt-url name version))
               (sha256
                (base32
-                "1mxlam2fzh8arfq7iypsvlk4h2pbj41f5a7ibakap1zc4ysv95fl"))))
+                "114c65gyg56v70byyl3if1q7mzhp5kkv1g8sp4y9zaxqirbdjr91"))))
     (build-system cmake-build-system)
     (arguments
      (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")

Reply via email to