me
/
guix
Archived
1
0
Fork 0

gnu: qttranslations: Update to 6.5.2.

* gnu/packages/qt.scm (qttranslations): Update to 6.5.2.
master
Maxim Cournoyer 2023-08-11 18:00:22 -04:00
parent a6c36f9305
commit 39bcfa1c93
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -2128,13 +2128,13 @@ that helps in Qt development.")
(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))