mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
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:
parent
d9a31cd34e
commit
97c20aa1d1
1 changed files with 2 additions and 2 deletions
|
@ -3368,14 +3368,14 @@ (define-public python-pyqt
|
||||||
(define-public python-pyqt5-sip
|
(define-public python-pyqt5-sip
|
||||||
(package
|
(package
|
||||||
(name "python-pyqt5-sip")
|
(name "python-pyqt5-sip")
|
||||||
(version "12.10.1")
|
(version "12.11.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "PyQt5_sip" version))
|
(uri (pypi-uri "PyQt5_sip" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"09771b6fdn0rx34l5a0wzcd899yd57zxp5sw3bsqhd25biwhiq4p"))))
|
"0sa3vad8r7qm98k4ngimwjp87bh2f9f2vv19cnzb3vb11zdgplwp"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;; No test code.
|
`(#:tests? #f)) ;; No test code.
|
||||||
|
|
Loading…
Reference in a new issue