mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qt5compat: Update to 6.5.2.
* gnu/packages/qt.scm (qt5compat): Update to 6.5.2.
This commit is contained in:
parent
816546668f
commit
6061dfb6c0
1 changed files with 2 additions and 2 deletions
|
@ -994,13 +994,13 @@ (define-public qt3d-5
|
|||
(define-public qt5compat
|
||||
(package
|
||||
(name "qt5compat")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k30hnwnlbay1hnkdavgf6plsdzrryzcqd2qz8x11r477w7sr8wi"))))
|
||||
"1i4izabbmf1dayzlj1miz7hsm4cy0qb7i72pwyl2fp05w8pf9axr"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue