mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +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
|
||||
(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)
|
||||
|
|
Loading…
Reference in a new issue