gnu: qtwebchannel-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.10.master
parent
0a1f4df826
commit
2a38f0ec2c
|
@ -1886,13 +1886,13 @@ and others.")))
|
|||
(define-public qtwebchannel-5
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebchannel")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1pfmy6fqis47awjb590r63y13vvsfm0fq70an3ylsknhyq3firgn"))))
|
||||
"1rgziqprq0xvd57jfvd7ddkcddj3645ldn3xbq3n6w058bw04mz2"))))
|
||||
(native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
|
||||
(inputs (list qtbase-5))
|
||||
(synopsis "Web communication library for Qt")
|
||||
|
|
Reference in New Issue