gnu: qtwebchannel-5: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.8.
This commit is contained in:
parent
111f258222
commit
fb27e0a460
1 changed files with 3 additions and 4 deletions
|
@ -1769,15 +1769,14 @@ (define-public qtserialbus
|
|||
(define-public qtwebchannel-5
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebchannel")
|
||||
(version "5.15.5")
|
||||
(version "5.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1w8mcpdqlphgg3a6yfq18liwlj2nkwrafv0n80h242x5l2mk3ljf"))))
|
||||
(native-inputs
|
||||
(list perl qtdeclarative-5 qtwebsockets-5))
|
||||
"1pfmy6fqis47awjb590r63y13vvsfm0fq70an3ylsknhyq3firgn"))))
|
||||
(native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
|
||||
(inputs (list qtbase-5))
|
||||
(synopsis "Web communication library for Qt")
|
||||
(description "The Qt WebChannel module enables peer-to-peer communication
|
||||
|
|
Loading…
Reference in a new issue