mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: python-pyqt5-sip: Update to 12.10.1.
* gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.10.1.
This commit is contained in:
parent
566250ec34
commit
74e8b14129
1 changed files with 2 additions and 2 deletions
|
@ -2122,14 +2122,14 @@ (define-public python-pyqt
|
|||
(define-public python-pyqt5-sip
|
||||
(package
|
||||
(name "python-pyqt5-sip")
|
||||
(version "12.8.1")
|
||||
(version "12.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyQt5_sip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gg032ys4pccwkdzmdryadc9a4lq85nr05pag9swrsdykbdl9s9h"))))
|
||||
"09771b6fdn0rx34l5a0wzcd899yd57zxp5sw3bsqhd25biwhiq4p"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; No test code.
|
||||
|
|
Loading…
Reference in a new issue