mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: qtremoteobjects: Update to 6.5.2.
* gnu/packages/qt.scm (qtremoteobjects): Update to 6.5.2.
This commit is contained in:
parent
f8dcb577c5
commit
6f02f2d2e1
1 changed files with 2 additions and 2 deletions
|
@ -2425,13 +2425,13 @@ (define-public qtnetworkauth
|
|||
(define-public qtremoteobjects
|
||||
(package
|
||||
(name "qtremoteobjects")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"099b3vchi458i4fci9kfwan871jplqlk5l8q78mfnh33g80qnasi"))))
|
||||
"0k29sk02n54vj1w6vh6xycsjpyfqlijc13fnxh1q7wpgg4gizx60"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue