gnu: qtnetworkauth: Update to 6.9.2.

* gnu/packages/qt.scm (qtnetworkauth): Update to 6.9.2.

Change-Id: I848486ec2701bb2872340624461ac68cacc79adf
This commit is contained in:
Zheng Junjie 2025-07-21 23:26:18 +08:00 committed by Maxim Cournoyer
parent f7843fd7ed
commit 827e8aecc2
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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")