mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: qt5compat: Update to 6.7.2.
* gnu/packages/qt.scm (qt5compat): Update to 6.7.2. Change-Id: Ib596fda733189493572a1840a78a804334a45dab
This commit is contained in:
parent
0494baa4f2
commit
515ad9f78b
1 changed files with 2 additions and 2 deletions
|
@ -1187,13 +1187,13 @@ (define-public qt3d-5
|
|||
(define-public qt5compat
|
||||
(package
|
||||
(name "qt5compat")
|
||||
(version "6.6.3")
|
||||
(version "6.7.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"02zcrrh6rq5p6bqix5nk2h22rfqdrf4d0h7y4rva5zmbbr7czhk8"))))
|
||||
"00y071p09v91ascxg3llc0yfbx7xs24smcgxckdrnkgwkqcba9l8"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue