guix_mirror_bot pushed a commit to branch qt-team-old in repository guix. commit 40e30a2a50308728b2fcb9f3793e9c2e478cb833 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 dd6c55d143..80c390c86a 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2361,13 +2361,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")