mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-sip: Update to 4.19.8.
* gnu/packages/qt.scm (python-sip): Update to 4.19.8.
This commit is contained in:
parent
d53e5b366d
commit
9cdd868450
1 changed files with 2 additions and 2 deletions
|
@ -1519,7 +1519,7 @@ (define-public qtspeech
|
|||
(define-public python-sip
|
||||
(package
|
||||
(name "python-sip")
|
||||
(version "4.19.3")
|
||||
(version "4.19.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1528,7 +1528,7 @@ (define-public python-sip
|
|||
"sip-" version "/sip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0x2bghbprwl3az1ni3p87i0bq8r99694la93kg65vi0cz12gh3bl"))))
|
||||
"1g4pq9vj753r2s061jc4y9ydzgb48ibhc9bdvmb8mlyllwp7mbvy"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
|
|
Loading…
Reference in a new issue