mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtdeclarative-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtdeclarative-5): Update to 5.15.16. Change-Id: Ib4530b4ce11e9c76da84f68b921771d0108ceed3
This commit is contained in:
parent
8b6a35a9a8
commit
d4d9d13d5a
1 changed files with 2 additions and 2 deletions
|
@ -1608,13 +1608,13 @@ xmlpatternsvalidator.")))
|
||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtdeclarative")
|
(name "qtdeclarative")
|
||||||
(version "5.15.15")
|
(version "5.15.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06mc0ik45757zww7wap941cnsvmijba1wk5r5d6d55yag91fspzz"))
|
"13a0aw9xh779n9q2mdkjlljiiprcbhhsv660m238lshp8w3xw1af"))
|
||||||
(patches (search-patches "qtdeclarative-5-disable-qmlcache.patch"))))
|
(patches (search-patches "qtdeclarative-5-disable-qmlcache.patch"))))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue