mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: qtwebchannel: Update to 6.6.2.
* gnu/packages/qt.scm (qtwebchannel): Update to 6.6.2. Change-Id: If488f765e1373f2886eed2cc4e76f34350283682 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
fb231039f7
commit
969ee39315
1 changed files with 2 additions and 2 deletions
|
@ -2096,13 +2096,13 @@ (define-public qtwebchannel-5
|
||||||
(define-public qtwebchannel
|
(define-public qtwebchannel
|
||||||
(package
|
(package
|
||||||
(name "qtwebchannel")
|
(name "qtwebchannel")
|
||||||
(version "6.5.2")
|
(version "6.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qwfnwva7v5f2g5is17yy66mnmc9c1yf9aagaw5qanskdvxdk261"))))
|
"1incvisc3j758b4k82vnwci8j1bba8zf6xgmgcrsm553k4wpsz1x"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Reference in a new issue