guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit 38cd5b4a34099975f8160502e7bf8938e4fd0efc
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 23:26:18 2025 +0800
gnu: qttranslations: Update to 6.9.1.
* gnu/packages/qt.scm (qttranslations): Update to 6.9.1.
Change-Id: I58c5745f89f12dcf099489ab940ba33201ca7a63
---
gnu/packages/qt.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 272afc78d3..06e4a2a38e 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2660,13 +2660,13 @@ that helps in Qt development.")
(define-public qttranslations
(package
(name "qttranslations")
- (version "6.8.2")
+ (version "6.9.1")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "1ld3sv309shkm267ab0f5f849lw8j8ll062c5iq7gz8bb256w46j"))))
+ "0hd707fpsij9bzl143615a4ags6y0nkwdplzlzmwsizlanjs2qcp"))))
(build-system cmake-build-system)
(arguments (list #:tests? #f))
(native-inputs (list qtbase qttools))