[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
70/71: gnu: qtwebengine: Update to 6.6.3.
From: |
guix-commits |
Subject: |
70/71: gnu: qtwebengine: Update to 6.6.3. |
Date: |
Wed, 3 Apr 2024 18:08:06 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 0fa05efbba3cfe017dd3d71aba4e6081221ca430
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Mar 31 21:52:56 2024 -0400
gnu: qtwebengine: Update to 6.6.3.
* gnu/packages/qt.scm (qtwebengine): Update to 6.6.3.
Change-Id: I9f2c9567afa626bb1f40c1d27280a45c6c73fd9c
---
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 d87e44fad3..cd8d206e4c 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3263,14 +3263,14 @@ and binaries removed, and adds modular support for
using system libraries.")
(define-public qtwebengine
(package
(name "qtwebengine")
- (version "6.6.2")
+ (version "6.6.3")
(source
(origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
- "15h3hniszfkxv2vnn3fnbgbar8wb41ypgn4b4iz4iy6csar8f7fn"))
+ "016qvbmdja2abajvsznnjdvblrmzgvs8s2dzlxws30hvna1xqavw"))
(modules '((ice-9 ftw)
(ice-9 match)
(srfi srfi-1)
- 68/71: gnu: qtremoteobjects: Update to 6.6.3., (continued)
- 68/71: gnu: qtremoteobjects: Update to 6.6.3., guix-commits, 2024/04/03
- 65/71: gnu: qtscxml: Update to 6.6.3., guix-commits, 2024/04/03
- 69/71: gnu: qtspeech: Update to 6.6.3., guix-commits, 2024/04/03
- 66/71: gnu: qtpositioning: Update to 6.6.3., guix-commits, 2024/04/03
- 29/71: gnu: qtbase: Disable the tst_qxmlstream test on powerpc64-le., guix-commits, 2024/04/03
- 34/71: gnu: Add qmsetup., guix-commits, 2024/04/03
- 60/71: gnu: qtwebchannel: Update to 6.6.3., guix-commits, 2024/04/03
- 56/71: gnu: qtsensors: Update to 6.6.3., guix-commits, 2024/04/03
- 63/71: gnu: qttools: Update to 6.6.3., guix-commits, 2024/04/03
- 58/71: gnu: qtmultimedia: Update to 6.6.3., guix-commits, 2024/04/03
- 70/71: gnu: qtwebengine: Update to 6.6.3.,
guix-commits <=