mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-09 12:49:30 +01:00
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:
parent
f1023a655c
commit
34ba4b3bb8
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue