gnu: qtnetworkauth: Update to 6.3.2.

* gnu/packages/qt.scm (qtnetworkauth): Update to 6.3.2.
This commit is contained in:
Maxim Cournoyer 2023-03-07 15:16:08 -05:00
parent 2a92e7ba56
commit 5937748014
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2272,13 +2272,13 @@ (define-public qtnetworkauth-5
(define-public qtnetworkauth
(package
(name "qtnetworkauth")
(version "6.3.1")
(version "6.3.2")
(source (origin
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"0apvsb2ip1m3kw8vi9spvf6f6q72ys8vr40rpyysi7shsjwm83yn"))))
"0mjnz87splyxq7jwydi5ws2aqb6j7czscrkns193w425x0dgy94l"))))
(build-system cmake-build-system)
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
(native-inputs (list perl))