gnu: qtwebchannel-5: Update to 5.15.8.

* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:51 -04:00
parent 939326ad48
commit 423fa35d99
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1769,15 +1769,14 @@ (define-public qtserialbus
(define-public qtwebchannel-5 (define-public qtwebchannel-5
(package (inherit qtsvg-5) (package (inherit qtsvg-5)
(name "qtwebchannel") (name "qtwebchannel")
(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
"1w8mcpdqlphgg3a6yfq18liwlj2nkwrafv0n80h242x5l2mk3ljf")))) "1pfmy6fqis47awjb590r63y13vvsfm0fq70an3ylsknhyq3firgn"))))
(native-inputs (native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
(list perl qtdeclarative-5 qtwebsockets-5))
(inputs (list qtbase-5)) (inputs (list qtbase-5))
(synopsis "Web communication library for Qt") (synopsis "Web communication library for Qt")
(description "The Qt WebChannel module enables peer-to-peer communication (description "The Qt WebChannel module enables peer-to-peer communication