1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-05 12:11:29 +02:00

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
This commit is contained in:
Andreas Enge
2025-10-25 11:48:06 +02:00
parent 512406e729
commit 40e1a1cc31
+3 -2
View File
@@ -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))