gnu: qtwayland: Update to 6.5.2.

* gnu/packages/qt.scm (qtwayland): Update to 6.5.2.
This commit is contained in:
Maxim Cournoyer 2023-08-11 18:00:21 -04:00
parent ae5b44e23b
commit 4a09ef2cca
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1775,13 +1775,13 @@ (define-public qtwayland-5
(define-public qtwayland
(package
(name "qtwayland")
(version "6.3.2")
(version "6.5.2")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32 "0rwiirkibgpvx05pg2842j4dcq9ckxmcqxhaf50xx2i55z64ll83"))))
(base32 "16iwar19sgjvxgmbr6hmd3hsxp6ahdjwl1lra2wapl3zzf3bw81h"))))
(build-system cmake-build-system)
(arguments
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")