mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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 @@ (define-public qttools
|
|||
(define-public qttranslations
|
||||
(package
|
||||
(name "qttranslations")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h66n9cx4g65c9wrgp32h9gm3r47gyh1nrcn3ivbfbvngfawqxpg"))))
|
||||
"1sxy2ljn5ajvn4yjb8fx86l56viyvqh5r9hf5x67azkmgrilaz1k"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list qtbase qttools))
|
||||
|
|
Loading…
Reference in a new issue