gnu: qtwebview: Update to 5.15.10.

* gnu/packages/qt.scm (qtwebview): Update to 5.15.10.
This commit is contained in:
Maxim Cournoyer 2023-08-15 16:20:06 -04:00
parent 671a8abcdc
commit 0147328753
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

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