mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
ab1849454f
commit
73304adb3c
1 changed files with 2 additions and 2 deletions
|
@ -1519,14 +1519,14 @@ (define-public qtdeclarative-5
|
||||||
(define-public qtdeclarative
|
(define-public qtdeclarative
|
||||||
(package
|
(package
|
||||||
(name "qtdeclarative")
|
(name "qtdeclarative")
|
||||||
(version "6.6.3")
|
(version "6.7.2")
|
||||||
;; TODO: Package 'masm' and unbundle from sources.
|
;; TODO: Package 'masm' and unbundle from sources.
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wwjlwjb3hnlpai4rrrdsm096a6ahb1izs3524r79jpjzhn7n805"))
|
"16drp7yjsm50cvsyww9xk15hzf2csax02vpbv0jx8hlcmyhwnaac"))
|
||||||
(patches (search-patches "qtdeclarative-disable-qmlcache.patch"))))
|
(patches (search-patches "qtdeclarative-disable-qmlcache.patch"))))
|
||||||
(outputs '("out" "debug"))
|
(outputs '("out" "debug"))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
|
|
Loading…
Reference in a new issue