mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 05:31:21 +01:00
gnu: qt5compat: Update to 6.6.3.
* gnu/packages/qt.scm (qt5compat): Update to 6.6.3. Change-Id: I88bc8c06da3220655e503f5070593ebc6c615353
This commit is contained in:
parent
75395caf6d
commit
2e004bcb4d
1 changed files with 2 additions and 2 deletions
|
@ -1179,13 +1179,13 @@ HostData=lib/qt5"
|
||||||
(define-public qt5compat
|
(define-public qt5compat
|
||||||
(package
|
(package
|
||||||
(name "qt5compat")
|
(name "qt5compat")
|
||||||
(version "6.6.2")
|
(version "6.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rqr34lqf4mjdgjj09wzlvkxfknz8arjl9p30xpqbr2qfsmhhyz0"))))
|
"02zcrrh6rq5p6bqix5nk2h22rfqdrf4d0h7y4rva5zmbbr7czhk8"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Reference in a new issue