guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

36/51: gnu: qtwebview: Update to 5.15.8.


From: guix-commits
Subject: 36/51: gnu: qtwebview: Update to 5.15.8.
Date: Tue, 28 Mar 2023 20:20:23 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 7d3c654936f603fc1988652f5e7774e0fcd87313
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Mar 27 16:09:51 2023 -0400

    gnu: qtwebview: Update to 5.15.8.
    
    * gnu/packages/qt.scm (qtwebview): Update to 5.15.8.
---
 gnu/packages/qt.scm | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index d0d303aeb8..08b791f9bf 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1851,19 +1851,18 @@ compatible web browser without the use of plug-ins.  
The API is similar to
 OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
 
 (define-public qtwebview
-  (package (inherit qtsvg-5)
+  (package
+    (inherit qtsvg-5)
     (name "qtwebview")
-    (version "5.15.5")
+    (version "5.15.8")
     (source (origin
-             (method url-fetch)
-             (uri (qt-urls name version))
-             (sha256
-              (base32
-               "0arwaky3jy5ql3z4d8f7k7diidzb1kncdans7pn50hsa1bzacfal"))))
-    (native-inputs
-     (list perl))
-    (inputs
-     (list qtbase-5 qtdeclarative-5))
+              (method url-fetch)
+              (uri (qt-urls name version))
+              (sha256
+               (base32
+                "1b03dzlff840n2i53r105c7sv91ivwzxn7ldpgnhiyrhr897i9kj"))))
+    (native-inputs (list perl))
+    (inputs (list qtbase-5 qtdeclarative-5))
     (synopsis "Display web content in a QML application")
     (description "Qt WebView provides a way to display web content in a QML
 application without necessarily including a full web browser stack by using



reply via email to

[Prev in Thread] Current Thread [Next in Thread]