guix_mirror_bot pushed a commit to branch qt-team
in repository guix.
commit d2f76cf96338ff96cc32684e4533609f4f58cf25
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 21 23:26:16 2025 +0800
gnu: qtwayland: Update to 6.9.1.
* gnu/packages/qt.scm (qtwayland): Update to 6.9.1.
Change-Id: I8c240224133dcca23d50052b4c749e5ea0408e06
---
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 8b7013ddba..bcfc2e80db 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2175,13 +2175,13 @@ compositor libraries.")))
(define-public qtwayland
(package
(name "qtwayland")
- (version "6.8.2")
+ (version "6.9.1")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
- (base32 "0iwnvjas5vqzi48finff72iqnl5hal48qba64kwjnpr911wiaijy"))))
+ (base32 "0gifjc4l85ilr1gb0p9dy2s2aypskjp8c7wskfqyp03id07fl8bx"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")