guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 827e8aecc2e05e633afd2f6b25f377520c0bcbfd
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 9d5c3926b1..9d091c3eca 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