gnu: qttools: Update to 6.3.2.
* gnu/packages/qt.scm (qttools): Update to 6.3.2.
This commit is contained in:
parent
d67370838f
commit
bafb6308eb
1 changed files with 2 additions and 2 deletions
|
|
@ -1952,13 +1952,13 @@ that helps in Qt development.")))
|
||||||
(define-public qttools
|
(define-public qttools
|
||||||
(package
|
(package
|
||||||
(name "qttools")
|
(name "qttools")
|
||||||
(version "6.3.1")
|
(version "6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h96w4bzkbd80vr7lh6hnypdlmbzc1y52c2zrqzvkgm3587pa4n4"))))
|
"1lmfk5bhgg4daxkqrhmx4iyln7pyiz40c9cp6plyp35nz8ppvc75"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
|
||||||
Reference in a new issue