andreas pushed a commit to branch qt-team in repository guix. commit db06c6becace76fb821d6bc12f90b1bc114230ed Author: 宋文武 <iyzs...@member.fsf.org> AuthorDate: Sat Feb 8 12:01:54 2025 +0800
gnu: qtwebview: Update to 5.15.16. * gnu/packages/qt.scm (qtwebview): Update to 5.15.16. Change-Id: I3d29ebfea0b3d3f6c0c296795a29e32363f4c810 --- gnu/packages/qt.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index c8e0777abe..ce173392b3 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2362,13 +2362,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")