gnu: qttranslations: Update to 6.3.2.
* gnu/packages/qt.scm (qttranslations): Update to 6.3.2.
This commit is contained in:
parent
bafb6308eb
commit
e80881ee58
1 changed files with 2 additions and 2 deletions
|
@ -1992,13 +1992,13 @@ that helps in Qt development.")
|
||||||
(define-public qttranslations
|
(define-public qttranslations
|
||||||
(package
|
(package
|
||||||
(name "qttranslations")
|
(name "qttranslations")
|
||||||
(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
|
||||||
"15yvvxw1vngnjlly6cady05ljamg01qiaqn2vh0xkph855gdbgfp"))))
|
"1h66n9cx4g65c9wrgp32h9gm3r47gyh1nrcn3ivbfbvngfawqxpg"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:tests? #f))
|
(arguments (list #:tests? #f))
|
||||||
(native-inputs (list qtbase qttools))
|
(native-inputs (list qtbase qttools))
|
||||||
|
|
Reference in a new issue