gnu: qtremoteobjects: Update to 6.6.3.
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.6.3. Change-Id: I258d01be5e9faedb0ba7b31e80b3b8eae28525de
This commit is contained in:
parent
c7f72f5e71
commit
39d5aaeca8
1 changed files with 2 additions and 2 deletions
|
@ -2701,13 +2701,13 @@ implementation of OAuth and OAuth2 authenticathon methods for Qt.")
|
||||||
(define-public qtremoteobjects
|
(define-public qtremoteobjects
|
||||||
(package
|
(package
|
||||||
(name "qtremoteobjects")
|
(name "qtremoteobjects")
|
||||||
(version "6.6.2")
|
(version "6.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fbkjzykxpkz8myr6dy588gcmhyy3lar17v78zfam8kyxq7s5qxa"))))
|
"16bd4zd3yfzlzk087qphphsh8hv38q3a57n1yknvkc5fchzmfzjz"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue