gnu: python-pyqtwebengine-6: Update to 6.9.0.

* gnu/packages/qt.scm (python-pyqtwebengine-6): Update to 6.9.0.
[source]: Adjust URI.

Change-Id: Iff2b2973fd53a3ac0249d3a3db86a62783a233a5
This commit is contained in:
Maxim Cournoyer 2025-09-14 21:42:35 +09:00
parent b3145c9619
commit 814be7b2ed
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -4627,13 +4627,13 @@ itself.")
(define-public python-pyqtwebengine-6 (define-public python-pyqtwebengine-6
(package (package
(inherit python-pyqtwebengine) (inherit python-pyqtwebengine)
(version "6.8.0") (version "6.9.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyQt6_WebEngine" version)) (uri (pypi-uri "pyqt6_webengine" version))
(sha256 (sha256
(base32 "1wiz5wn84wpb23lm8sphrw56df0ljyp5b3xiqa11i95n4ak5w134")) (base32 "09dah4cv3jgw86ar4irwah03pg70jwi8br1mcphbh1nspgikgrba"))
(modules '((guix build utils))) (modules '((guix build utils)))
(snippet (snippet
;; Fix missing include for QVariant. ;; Fix missing include for QVariant.