gnu: qtwebchannel: Update to 6.3.2.
* gnu/packages/qt.scm (qtwebchannel): Update to 6.3.2.
This commit is contained in:
parent
ea92d1df63
commit
2349eca07a
1 changed files with 2 additions and 2 deletions
|
@ -1788,13 +1788,13 @@ popular web engines, Qt WebKit 2 and Qt WebEngine.")))
|
||||||
(define-public qtwebchannel
|
(define-public qtwebchannel
|
||||||
(package
|
(package
|
||||||
(name "qtwebchannel")
|
(name "qtwebchannel")
|
||||||
(version "6.3.1")
|
(version "6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s16zx3qn3byldvhmsnwijm8rmizk8vpqj7fnwhjg6c67z10m8ma"))))
|
"0gqm09yqdq27kgb02idx5ycj14k5mjhh10ddp9jfs8lblimlgfni"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue