gnu: qtdeclarative: Update to 6.7.2.

* gnu/packages/qt.scm (qtdeclarative): Update to 6.7.2.

Change-Id: I871aa47723da6e2f6e53003d8689f12807abf1d3
This commit is contained in:
Zheng Junjie 2024-08-11 00:11:15 +08:00
parent ab1849454f
commit 73304adb3c
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1519,14 +1519,14 @@ (define-public qtdeclarative-5
(define-public qtdeclarative
(package
(name "qtdeclarative")
(version "6.6.3")
(version "6.7.2")
;; TODO: Package 'masm' and unbundle from sources.
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1wwjlwjb3hnlpai4rrrdsm096a6ahb1izs3524r79jpjzhn7n805"))
"16drp7yjsm50cvsyww9xk15hzf2csax02vpbv0jx8hlcmyhwnaac"))
(patches (search-patches "qtdeclarative-disable-qmlcache.patch"))))
(outputs '("out" "debug"))
(build-system cmake-build-system)