gnu: qttools: Update to 6.5.2.
* gnu/packages/qt.scm (qttools): Update to 6.5.2.
This commit is contained in:
parent
e277092ce7
commit
a6c36f9305
1 changed files with 2 additions and 2 deletions
|
@ -2088,13 +2088,13 @@ that helps in Qt development.")))
|
||||||
(define-public qttools
|
(define-public qttools
|
||||||
(package
|
(package
|
||||||
(name "qttools")
|
(name "qttools")
|
||||||
(version "6.3.2")
|
(version "6.5.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
|
||||||
"1lmfk5bhgg4daxkqrhmx4iyln7pyiz40c9cp6plyp35nz8ppvc75"))))
|
"0ha3v488vnm4pgdpyjgf859sak0z2fwmbgcyivcd93qxflign7sm"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue