gnu: qtwebview: Update to 5.15.8.

* gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
This commit is contained in:
Maxim Cournoyer 2023-03-27 16:09:51 -04:00
parent e31ebc638d
commit 96a6aa51f1
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -1851,19 +1851,18 @@ (define-public qtwebglplugin
OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
(define-public qtwebview
(package (inherit qtsvg-5)
(package
(inherit qtsvg-5)
(name "qtwebview")
(version "5.15.5")
(version "5.15.8")
(source (origin
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"0arwaky3jy5ql3z4d8f7k7diidzb1kncdans7pn50hsa1bzacfal"))))
(native-inputs
(list perl))
(inputs
(list qtbase-5 qtdeclarative-5))
(method url-fetch)
(uri (qt-urls name version))
(sha256
(base32
"1b03dzlff840n2i53r105c7sv91ivwzxn7ldpgnhiyrhr897i9kj"))))
(native-inputs (list perl))
(inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Display web content in a QML application")
(description "Qt WebView provides a way to display web content in a QML
application without necessarily including a full web browser stack by using