mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qttranslations: Update to 6.8.2.
* gnu/packages/qt.scm (qttranslations): Update to 6.8.2. Change-Id: Ibb12c5ba50b38909aac0f29d1a8ba0ebe1d6235f
This commit is contained in:
parent
a3bba458ad
commit
c728805ef8
1 changed files with 2 additions and 2 deletions
|
@ -2621,13 +2621,13 @@ that helps in Qt development.")
|
|||
(define-public qttranslations
|
||||
(package
|
||||
(name "qttranslations")
|
||||
(version "6.7.2")
|
||||
(version "6.8.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a9cb1br3wqn0rshkgj21hba3r7jx8dbavc3ayfjgdy1bl5phicq"))))
|
||||
"1ld3sv309shkm267ab0f5f849lw8j8ll062c5iq7gz8bb256w46j"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments (list #:tests? #f))
|
||||
(native-inputs (list qtbase qttools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue