mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
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:
parent
9ec803a045
commit
159d3985f8
1 changed files with 2 additions and 2 deletions
|
@ -4084,14 +4084,14 @@ (define-public python-pyqt
|
|||
(define-public python-pyqt-6
|
||||
(package
|
||||
(inherit python-pyqt)
|
||||
(version "6.6.1")
|
||||
(version "6.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyQt6" version))
|
||||
(file-name (string-append "PyQt6-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0y83zm7xd2yspjbhmlkqhgi0ppxqhivx0d8gdz2l4l90kni8l5cz"))))
|
||||
(base32 "1fcwslx32h6ik3nmr8pxk7ijha8y881kk880nadfjqisrlnahwin"))))
|
||||
(inputs ;Qt5 dependencies only in python-pyqt:
|
||||
;; (qt)connectivity, location, sensors, serialport, x11extras, xmlpatterns.
|
||||
(list python-wrapper
|
||||
|
|
Loading…
Reference in a new issue