gnu: qtremoteobjects: Update to 6.6.2.
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.6.2. Change-Id: I8c0bf3b125dc8a2c319caf2f0b9be381e4521b8c Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
31119e1255
commit
63c21f90b4
1 changed files with 2 additions and 2 deletions
|
@ -2663,13 +2663,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")
|
||||||
(define-public qtremoteobjects
|
(define-public qtremoteobjects
|
||||||
(package
|
(package
|
||||||
(name "qtremoteobjects")
|
(name "qtremoteobjects")
|
||||||
(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
|
||||||
"0k29sk02n54vj1w6vh6xycsjpyfqlijc13fnxh1q7wpgg4gizx60"))))
|
"0fbkjzykxpkz8myr6dy588gcmhyy3lar17v78zfam8kyxq7s5qxa"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue