gnu: qtnetworkauth-5: Update to 5.15.8.

* gnu/packages/qt.scm (qtnetworkauth-5): Update to 5.15.8.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:54 -04:00
parent f419872065
commit 4a3974228a
No known key found for this signature in database
GPG Key ID: 1260E46482E63562

View File

@ -2250,15 +2250,14 @@ customized by using themes or by adding custom items and labels to them.")
(define-public qtnetworkauth-5 (define-public qtnetworkauth-5
(package (inherit qtsvg-5) (package (inherit qtsvg-5)
(name "qtnetworkauth") (name "qtnetworkauth")
(version "5.15.5") (version "5.15.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (qt-urls name version)) (uri (qt-urls name version))
(sha256 (sha256
(base32 (base32
"0c7mz715rlpg0cqgs6s0aszmslyamkhnpamc1iij6i571sj5j2f1")))) "0fsmpjwkzzy3281shld7gs1gj217smb1f8ai63gdvnkp0jb2fhc5"))))
(inputs (inputs (list qtbase-5))
(list qtbase-5))
(synopsis "Qt Network Authorization module") (synopsis "Qt Network Authorization module")
(description "The Qt Network Authorization module provides an (description "The Qt Network Authorization module provides an
implementation of OAuth and OAuth2 authenticathon methods for Qt."))) implementation of OAuth and OAuth2 authenticathon methods for Qt.")))