gnu: python-pyqt-6: Update to 6.7.1.

* gnu/packages/qt.scm (python-pyqt-6): Update to 6.7.1.

Change-Id: Ifadb14b9de54b780844d925fc2ee58d17fbabf02
This commit is contained in:
Zheng Junjie 2024-08-27 16:06:49 +08:00
parent 9ec803a045
commit 159d3985f8
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -4084,14 +4084,14 @@ (define-public python-pyqt
(define-public python-pyqt-6 (define-public python-pyqt-6
(package (package
(inherit python-pyqt) (inherit python-pyqt)
(version "6.6.1") (version "6.7.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "PyQt6" version)) (uri (pypi-uri "PyQt6" version))
(file-name (string-append "PyQt6-" version ".tar.gz")) (file-name (string-append "PyQt6-" version ".tar.gz"))
(sha256 (sha256
(base32 "0y83zm7xd2yspjbhmlkqhgi0ppxqhivx0d8gdz2l4l90kni8l5cz")))) (base32 "1fcwslx32h6ik3nmr8pxk7ijha8y881kk880nadfjqisrlnahwin"))))
(inputs ;Qt5 dependencies only in python-pyqt: (inputs ;Qt5 dependencies only in python-pyqt:
;; (qt)connectivity, location, sensors, serialport, x11extras, xmlpatterns. ;; (qt)connectivity, location, sensors, serialport, x11extras, xmlpatterns.
(list python-wrapper (list python-wrapper