me
/
guix
Archived
1
0
Fork 0

gnu: qtwebsockets-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.10.
master
Maxim Cournoyer 2023-08-15 16:20:04 -04:00
parent 9258710c1e
commit b2bc0af1e2
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

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