mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
b3145c9619
commit
814be7b2ed
1 changed files with 3 additions and 3 deletions
|
@ -4627,13 +4627,13 @@ itself.")
|
|||
(define-public python-pyqtwebengine-6
|
||||
(package
|
||||
(inherit python-pyqtwebengine)
|
||||
(version "6.8.0")
|
||||
(version "6.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyQt6_WebEngine" version))
|
||||
(uri (pypi-uri "pyqt6_webengine" version))
|
||||
(sha256
|
||||
(base32 "1wiz5wn84wpb23lm8sphrw56df0ljyp5b3xiqa11i95n4ak5w134"))
|
||||
(base32 "09dah4cv3jgw86ar4irwah03pg70jwi8br1mcphbh1nspgikgrba"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
;; Fix missing include for QVariant.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue