apteryx pushed a commit to branch qt-updates
in repository guix.

commit ae8da712f2185326c0a914097170b0cadceb8686
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Aug 15 16:20:06 2023 -0400

    gnu: qtwebview: Update to 5.15.10.
    
    * gnu/packages/qt.scm (qtwebview): Update to 5.15.10.
---
 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 63ce84f789..9088914ffc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1946,13 +1946,13 @@ OpenGL ES 2.0 and can be used in HTML5 canvas 
elements")))
   (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")

Reply via email to