mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtwebview: Update to 5.15.10.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.10.
This commit is contained in:
parent
671a8abcdc
commit
0147328753
1 changed files with 2 additions and 2 deletions
|
@ -1971,13 +1971,13 @@ (define-public qtwebview
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtwebview")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b03dzlff840n2i53r105c7sv91ivwzxn7ldpgnhiyrhr897i9kj"))))
|
||||
"00446917v1djh18lqsk1q5bhgfsfyz06q4zvna96xalwvl3ccn14"))))
|
||||
(native-inputs (list perl))
|
||||
(inputs (list qtbase-5 qtdeclarative-5))
|
||||
(synopsis "Display web content in a QML application")
|
||||
|
|
Loading…
Reference in a new issue