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:
Zheng Junjie 2024-09-11 15:43:15 +08:00
parent 5c8ffc27b7
commit 9fe1237b9d
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -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")