gnu: qtwebsockets-5: Update to 5.15.8.

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

View File

@ -1380,13 +1380,13 @@ with Bluetooth and NFC.")))
(define-public qtwebsockets-5
(package (inherit qtsvg-5)
(name "qtwebsockets")
(version "5.15.5")
(version "5.15.8")
(source (origin
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"0f120rfqnmlffjhrm5jbpipk1qsbzp1a2v3q8gz94hz6n9dqpav6"))))
"12h520lpj2pljgkyq36p1509mw4pxgb76n30d32kg52crjsk34pa"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests