mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: qtwebview: Update to 5.15.15.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.15. Change-Id: I23f7333f5f77978503514e47ed973fc90b30121b
This commit is contained in:
parent
5c8ffc27b7
commit
9fe1237b9d
1 changed files with 2 additions and 2 deletions
|
@ -2281,13 +2281,13 @@ (define-public qtwebview
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtwebview")
|
||||
(version "5.15.10")
|
||||
(version "5.15.15")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"00446917v1djh18lqsk1q5bhgfsfyz06q4zvna96xalwvl3ccn14"))))
|
||||
"00xf8yif4vvyi29jnvp7w1m77aliyrfrl2ldgpchh1kgvxjv2rcf"))))
|
||||
(native-inputs (list perl))
|
||||
(inputs (list qtbase-5 qtdeclarative-5))
|
||||
(synopsis "Display web content in a QML application")
|
||||
|
|
Loading…
Reference in a new issue