mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-20 08:05:54 +02: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:
committed by
Maxim Cournoyer
parent
845af4fc92
commit
90f1370675
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user