mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: qtwebchannel: Update to 6.6.3.
* gnu/packages/qt.scm (qtwebchannel): Update to 6.6.3. Change-Id: I2eb1f199743ecde5921eacf978127b5e2e33799f
This commit is contained in:
parent
34ba4b3bb8
commit
6f530a5b98
1 changed files with 2 additions and 2 deletions
|
@ -2134,13 +2134,13 @@ (define-public qtwebchannel-5
|
|||
(define-public qtwebchannel
|
||||
(package
|
||||
(name "qtwebchannel")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1incvisc3j758b4k82vnwci8j1bba8zf6xgmgcrsm553k4wpsz1x"))))
|
||||
"0cwcf4pri901piyj0lvqmks9l84di9rcafnfgrmgg5mls7jjlyvw"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue