gnu: qtnetworkauth: Update to 6.6.3.
* gnu/packages/qt.scm (qtnetworkauth): Update to 6.6.3. Change-Id: Id42e03158620c504bbedbb6f658e685deeb9491a
This commit is contained in:
parent
88af888e21
commit
c7f72f5e71
@ -2681,13 +2681,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")))
|
|||||||
(define-public qtnetworkauth
|
(define-public qtnetworkauth
|
||||||
(package
|
(package
|
||||||
(name "qtnetworkauth")
|
(name "qtnetworkauth")
|
||||||
(version "6.6.2")
|
(version "6.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lijsdwbj8gscfllmp358n5ysa8pvhx2msh7gpxvb4x81daxbg9j"))))
|
"153mpg4hv3nclcdrkbzkalg4xf5k6r64fj003b725zyp885s7fax"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
|
(arguments (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")))
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
|
Loading…
Reference in New Issue
Block a user