mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: python-pyqt5-sip: Update to 12.15.0.
* gnu/packages/qt.scm (python-pyqt5-sip): Update to 12.15.0. Change-Id: I78dab5b767f4637461ad4ea02bb83a9ad65c3e5b
This commit is contained in:
parent
fe614c859c
commit
7eb6b59251
1 changed files with 2 additions and 2 deletions
|
|
@ -4128,14 +4128,14 @@ contain over 620 classes.")
|
|||
(define-public python-pyqt5-sip
|
||||
(package
|
||||
(name "python-pyqt5-sip")
|
||||
(version "12.11.1")
|
||||
(version "12.15.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "PyQt5_sip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sa3vad8r7qm98k4ngimwjp87bh2f9f2vv19cnzb3vb11zdgplwp"))))
|
||||
"00mpzkm3d2v33klmi2mhyl22img721brr2lzsgcysp1v6v7xygyj"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ;; No test code.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue