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>master
parent
31119e1255
commit
63c21f90b4
|
@ -2663,13 +2663,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")
|
|||
(define-public qtremoteobjects
|
||||
(package
|
||||
(name "qtremoteobjects")
|
||||
(version "6.5.2")
|
||||
(version "6.6.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k29sk02n54vj1w6vh6xycsjpyfqlijc13fnxh1q7wpgg4gizx60"))))
|
||||
"0fbkjzykxpkz8myr6dy588gcmhyy3lar17v78zfam8kyxq7s5qxa"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Reference in New Issue