gnu: qttranslations: Update to 6.6.3.
* gnu/packages/qt.scm (qttranslations): Update to 6.6.3. Change-Id: I4f4ef3fbe86d541c3391737a08ea25b70678e6d4master
parent
57cc8fba58
commit
831c18c2ac
|
@ -2371,13 +2371,13 @@ that helps in Qt development.")
|
|||
(define-public qttranslations
|
||||
(package
|
||||
(name "qttranslations")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xqcad8aa9lp6wzh1rs46id6r60zdw82qj3bq9k2b89sxy8c0fna"))))
|
||||
"1kvkrwbgby4i69dpxbxxcv0qbsz69n6icpyr4wcf8qm2r4m5zqqj"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list qtbase qttools))
|
||||
|
|
Reference in New Issue