mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: qtwayland: Update to 6.5.2.
* gnu/packages/qt.scm (qtwayland): Update to 6.5.2.
This commit is contained in:
parent
ae5b44e23b
commit
4a09ef2cca
1 changed files with 2 additions and 2 deletions
|
@ -1775,13 +1775,13 @@ (define-public qtwayland-5
|
||||||
(define-public qtwayland
|
(define-public qtwayland
|
||||||
(package
|
(package
|
||||||
(name "qtwayland")
|
(name "qtwayland")
|
||||||
(version "6.3.2")
|
(version "6.5.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0rwiirkibgpvx05pg2842j4dcq9ckxmcqxhaf50xx2i55z64ll83"))))
|
(base32 "16iwar19sgjvxgmbr6hmd3hsxp6ahdjwl1lra2wapl3zzf3bw81h"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in a new issue