guix-commits
[Top][All Lists]
Advanced

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

59/75: gnu: qtwebview: Update to 5.15.15.


From: guix-commits
Subject: 59/75: gnu: qtwebview: Update to 5.15.15.
Date: Sat, 9 Nov 2024 20:51:44 -0500 (EST)

z572 pushed a commit to branch qt-team
in repository guix.

commit 6a3c608d2832642b0c771d7872a2cddd857fe4b0
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
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")



reply via email to

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