mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: qtdeclarative: Update to 6.6.3.
* gnu/packages/qt.scm (qtdeclarative): Update to 6.6.3. Change-Id: Iace12813ae111a4a49c8eab1d1191210ef0701d8
This commit is contained in:
parent
a8aac14028
commit
5ebb1597ec
1 changed files with 3 additions and 3 deletions
|
@ -1511,14 +1511,14 @@ (define-public qtdeclarative-5
|
|||
(define-public qtdeclarative
|
||||
(package
|
||||
(name "qtdeclarative")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
;; TODO: Package 'masm' and unbundle from sources.
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0k6qndjvkkx3g8lr7f64xx86b3cwxzkgpl6fr6cp73s6qjkyk763"))
|
||||
"1wwjlwjb3hnlpai4rrrdsm096a6ahb1izs3524r79jpjzhn7n805"))
|
||||
(patches (search-patches "qtdeclarative-disable-qmlcache.patch"))))
|
||||
(outputs '("out" "debug"))
|
||||
(build-system cmake-build-system)
|
||||
|
@ -1635,7 +1635,7 @@ (define-public qtdeclarative
|
|||
"tst_qmlls"
|
||||
"tst_qmllscompletions"
|
||||
|
||||
;; This test fails starting with 6.6.2 (see:
|
||||
;; This test fails starting with 6.6.3 (see:
|
||||
;; https://bugreports.qt.io/browse/QTBUG-123748), for
|
||||
;; unknown reasons.
|
||||
"tst_qquickiconimage") "|")
|
||||
|
|
Loading…
Reference in a new issue