~ruther/guix-local

0e6b607b833489ba806f5db13cf32e4408cd56c8 — 宋文武 1 year, 4 months ago 56cca9c
gnu: python-pyqtwebengine-6: Update to 6.8.0.

* gnu/packages/qt.scm (python-pyqtwebengine-6): Update to 6.8.0.
[source]: Add snippet.

Change-Id: I0762235f4e064226716f63526ebeed38b2c69894
1 files changed, 8 insertions(+), 2 deletions(-)

M gnu/packages/qt.scm
M gnu/packages/qt.scm => gnu/packages/qt.scm +8 -2
@@ 4479,13 4479,19 @@ itself.")
(define-public python-pyqtwebengine-6
  (package
    (inherit python-pyqtwebengine)
    (version "6.7.0")
    (version "6.8.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "PyQt6_WebEngine" version))
       (sha256
        (base32 "00ahqmdgyfw21nhymarrskx723fakkkq2s4mvvspbqnrnsnwgvb8"))))
        (base32 "1wiz5wn84wpb23lm8sphrw56df0ljyp5b3xiqa11i95n4ak5w134"))
       (modules '((guix build utils)))
       (snippet
        ;; Fix missing include for QVariant.
        '(substitute* "sip/QtWebEngineCore/qwebengineframe.sip"
           (("#include <qwebengineframe\\.h>" all)
            (string-append "#include <qvariant.h>\n" all))))))
    (native-inputs (list python python-sip python-pyqt-builder
                         ;; qtbase is required for qmake
                         qtbase))