z572 pushed a commit to branch qt-team
in repository guix.
commit 57e4800bcbc250d1b0fae931ffc315bab94dabfe
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Sep 11 15:43:15 2024 +0800
gnu: qtwebview: Update to 5.15.15.
* gnu/packages/qt.scm (qtwebview): Update to 5.15.15.
Change-Id: I23f7333f5f77978503514e47ed973fc90b30121b
---
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 24dc4a8c49..f4ee3749d9 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2281,13 +2281,13 @@ OpenGL ES 2.0 and can be used in HTML5 canvas
elements")))
(package
(inherit qtsvg-5)
(name "qtwebview")
- (version "5.15.10")
+ (version "5.15.15")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "00446917v1djh18lqsk1q5bhgfsfyz06q4zvna96xalwvl3ccn14"))))
+ "00xf8yif4vvyi29jnvp7w1m77aliyrfrl2ldgpchh1kgvxjv2rcf"))))
(native-inputs (list perl))
(inputs (list qtbase-5 qtdeclarative-5))
(synopsis "Display web content in a QML application")