me
/
guix
Archived
1
0
Fork 0

gnu: qtnetworkauth: Update to 6.6.3.

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

Change-Id: Id42e03158620c504bbedbb6f658e685deeb9491a
master
Maxim Cournoyer 2024-03-31 21:52:55 -04:00
parent 88af888e21
commit c7f72f5e71
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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