gnu: qttranslations: Update to 6.5.2.
* gnu/packages/qt.scm (qttranslations): Update to 6.5.2.
This commit is contained in:
parent
a6c36f9305
commit
39bcfa1c93
1 changed files with 2 additions and 2 deletions
|
@ -2128,13 +2128,13 @@ that helps in Qt development.")
|
||||||
(define-public qttranslations
|
(define-public qttranslations
|
||||||
(package
|
(package
|
||||||
(name "qttranslations")
|
(name "qttranslations")
|
||||||
(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
|
||||||
"1h66n9cx4g65c9wrgp32h9gm3r47gyh1nrcn3ivbfbvngfawqxpg"))))
|
"1sxy2ljn5ajvn4yjb8fx86l56viyvqh5r9hf5x67azkmgrilaz1k"))))
|
||||||
(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