gnu: qtwebchannel-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.10.
This commit is contained in:
parent
0a1f4df826
commit
2a38f0ec2c
1 changed files with 2 additions and 2 deletions
|
@ -1886,13 +1886,13 @@ and others.")))
|
||||||
(define-public qtwebchannel-5
|
(define-public qtwebchannel-5
|
||||||
(package (inherit qtsvg-5)
|
(package (inherit qtsvg-5)
|
||||||
(name "qtwebchannel")
|
(name "qtwebchannel")
|
||||||
(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
|
||||||
"1pfmy6fqis47awjb590r63y13vvsfm0fq70an3ylsknhyq3firgn"))))
|
"1rgziqprq0xvd57jfvd7ddkcddj3645ldn3xbq3n6w058bw04mz2"))))
|
||||||
(native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
|
(native-inputs (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")
|
||||||
|
|
Reference in a new issue