guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 40e1a1cc31e505b2d94d0cbec862ca7459010d78
Author: Andreas Enge <[email protected]>
AuthorDate: Sat Oct 25 11:48:06 2025 +0200

    gnu: qtwebengine-5: Update to 5.15.17.
    
    * gnu/packages/qt.scm (qtwebengine-5): Update to 5.15.17.
    [native-inputs]: Add python-beautifulsoup4.
    
    Fixes: guix/guix#3036
    Change-Id: I10fab80c4697c62152d614b7949348094131b9aa
---
 gnu/packages/qt.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index bd06d5ef07..cedde3b63b 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -3378,14 +3378,14 @@ using the Enchant spell-checking library.")
   (package
     (inherit qtsvg-5)
     (name "qtwebengine")
-    (version "5.15.16")
+    (version "5.15.17")
     (source
      (origin
        (method url-fetch)
        (uri (qt-url name version))
        (sha256
         (base32
-         "04jmmz21bqzxkjddgyv3j7lxqfip12hp8r3dyq5pw002i9cqd7s3"))
+         "11hir1dwsfy96jxmsmadcr46m034dpjlnpqw60nqk6wk0qscxvg8"))
        (modules '((ice-9 ftw)
                   (ice-9 match)
                   (srfi srfi-1)
@@ -3577,6 +3577,7 @@ linux/libcurl_wrapper.h")
            node-lts
            perl
            pkg-config
+           python-beautifulsoup4
            python-six
            python-wrapper
            ruby))

Reply via email to