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

commit 176477b608c200175093ebbe56cbc08d1ce06626
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sat Feb 8 12:37:05 2025 +0800

    gnu: qtwebview: Rename to qtwebview-5.
    
    * gnu/packages/qt.scm (qtwebview): Rename to qtwebview-5.
    
    Change-Id: If09835c8b4edcf320fd7840f9339a3043db839de
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 79c18494ef..2c8fe699dc 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -2358,7 +2358,7 @@ WebGL.  WebGL is a JavaScript API for rendering 2D and 3D 
graphics within any
 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
+(define-public qtwebview-5
   (package
     (inherit qtsvg-5)
     (name "qtwebview")

Reply via email to