me
/
guix
Archived
1
0
Fork 0

gnu: qtwayland: Update to 6.3.2.

* gnu/packages/qt.scm (qtwayland): Update to 6.3.2.
master
Maxim Cournoyer 2023-03-07 14:49:53 -05:00
parent 3d19b7f974
commit ea92d1df63
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1661,13 +1661,13 @@ compositor libraries.")))
(define-public qtwayland (define-public qtwayland
(package (package
(name "qtwayland") (name "qtwayland")
(version "6.3.1") (version "6.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (qt-urls name version)) (uri (qt-urls name version))
(sha256 (sha256
(base32 "1w60p1did7awdlzq5k8vnq2ncpskb07cpvz31cbv99bjs6igw53g")))) (base32 "0rwiirkibgpvx05pg2842j4dcq9ckxmcqxhaf50xx2i55z64ll83"))))
(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")