mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: qtwebview: Update to 5.15.8.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
This commit is contained in:
parent
9c5c68f2f3
commit
7d3c654936
1 changed files with 10 additions and 11 deletions
|
@ -1851,19 +1851,18 @@ (define-public qtwebglplugin
|
||||||
OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
|
OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
|
||||||
|
|
||||||
(define-public qtwebview
|
(define-public qtwebview
|
||||||
(package (inherit qtsvg-5)
|
(package
|
||||||
|
(inherit qtsvg-5)
|
||||||
(name "qtwebview")
|
(name "qtwebview")
|
||||||
(version "5.15.5")
|
(version "5.15.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0arwaky3jy5ql3z4d8f7k7diidzb1kncdans7pn50hsa1bzacfal"))))
|
"1b03dzlff840n2i53r105c7sv91ivwzxn7ldpgnhiyrhr897i9kj"))))
|
||||||
(native-inputs
|
(native-inputs (list perl))
|
||||||
(list perl))
|
(inputs (list qtbase-5 qtdeclarative-5))
|
||||||
(inputs
|
|
||||||
(list qtbase-5 qtdeclarative-5))
|
|
||||||
(synopsis "Display web content in a QML application")
|
(synopsis "Display web content in a QML application")
|
||||||
(description "Qt WebView provides a way to display web content in a QML
|
(description "Qt WebView provides a way to display web content in a QML
|
||||||
application without necessarily including a full web browser stack by using
|
application without necessarily including a full web browser stack by using
|
||||||
|
|
Loading…
Reference in a new issue