gnu: qtwayland: Update to 6.6.3.

* gnu/packages/qt.scm (qtwayland): Update to 6.6.3.

Change-Id: I6edcdcc87ed9b920700dd834475cb9eb58332948
This commit is contained in:
Maxim Cournoyer 2024-03-31 21:52:52 -04:00
parent f1023a655c
commit 34ba4b3bb8
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2002,13 +2002,13 @@ compositor libraries.")))
(define-public qtwayland (define-public qtwayland
(package (package
(name "qtwayland") (name "qtwayland")
(version "6.6.2") (version "6.6.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (qt-url name version)) (uri (qt-url name version))
(sha256 (sha256
(base32 "0y6x84ckcc53ddclnrlzs08b1kvw6saw9nim0hz4wc5fyz7dbkcv")))) (base32 "0gamcqpl302wlznfnlcg9vlnnhfpxgjnz05prwc9wpy0xh7wqvm9"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON") (list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")