mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pyqt6-sip: Update to 13.10.2.
* gnu/packages/qt.scm (python-pyqt6-sip): Update to 13.10.2. Change-Id: Icf31da2c9f240605a4216d3ca4395e330e252670 Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
845af4fc92
commit
90f1370675
1 changed files with 2 additions and 2 deletions
|
@ -4554,13 +4554,13 @@ contain over 620 classes.")
|
|||
(package
|
||||
(inherit python-pyqt5-sip)
|
||||
(name "python-pyqt6-sip")
|
||||
(version "13.10.0")
|
||||
(version "13.10.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyqt6_sip" version))
|
||||
(sha256
|
||||
(base32 "0l2kmsj2mvc3rpzfmmb5xlfzcmblx469wm1vabndj5fk1ddaknnn"))))
|
||||
(base32 "1zpsarqn56jakdridn3lk4qgc2i8h9xaqp6hdg700rajpxbd2jj6"))))
|
||||
(synopsis "Sip module support for PyQt6")
|
||||
(description
|
||||
"SIP is used to write self contained extension modules, i.e. without a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue