gnu: qtnetworkauth: Update to 6.7.2.

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

Change-Id: I8d441661ad385c5919dd78d6968fd3edc947dd4e
This commit is contained in:
Zheng Junjie 2024-08-27 11:17:13 +08:00
parent f27c5efb77
commit a69ba18b1f
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -2767,13 +2767,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
(define-public qtnetworkauth
(package
(name "qtnetworkauth")
(version "6.6.3")
(version "6.7.2")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"153mpg4hv3nclcdrkbzkalg4xf5k6r64fj003b725zyp885s7fax"))))
"0w7l5lhhxhg9x1rd66727gwkpzi6l7wmyc0c4qrfp2g5rx7q42bz"))))
(build-system cmake-build-system)
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
(native-inputs (list perl))