1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: qtwebview: Update to 5.15.16.

* gnu/packages/qt.scm (qtwebview): Update to 5.15.16.

Change-Id: I3d29ebfea0b3d3f6c0c296795a29e32363f4c810
This commit is contained in:
宋文武
2025-02-08 12:01:54 +08:00
committed by Andreas Enge
parent 2ab59f1761
commit 240118a314

View File

@@ -2415,13 +2415,13 @@ OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
(package
(inherit qtsvg-5)
(name "qtwebview")
(version "5.15.15")
(version "5.15.16")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"00xf8yif4vvyi29jnvp7w1m77aliyrfrl2ldgpchh1kgvxjv2rcf"))))
"1k54k42aiibjwpgw3pw02zc5awlci280xmkww88jynwvhdzvgk95"))))
(native-inputs (list perl))
(inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Display web content in a QML application")