gnu: python-pyqt5-sip: Update to 12.11.1.

* gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.11.1.
This commit is contained in:
Andreas Enge 2023-03-18 15:34:50 +01:00
parent d9a31cd34e
commit 97c20aa1d1
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -3368,14 +3368,14 @@ (define-public python-pyqt
(define-public python-pyqt5-sip
(package
(name "python-pyqt5-sip")
(version "12.10.1")
(version "12.11.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "PyQt5_sip" version))
(sha256
(base32
"09771b6fdn0rx34l5a0wzcd899yd57zxp5sw3bsqhd25biwhiq4p"))))
"0sa3vad8r7qm98k4ngimwjp87bh2f9f2vv19cnzb3vb11zdgplwp"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ;; No test code.