mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: python-sip: Update to 4.19.2.
* gnu/packages/qt.scm (python-sip): Update to 4.19.2.
This commit is contained in:
parent
8ea98ee10c
commit
f6da41b54d
1 changed files with 2 additions and 2 deletions
|
@ -1149,7 +1149,7 @@ (define-public qtdatavis3d
|
|||
(define-public python-sip
|
||||
(package
|
||||
(name "python-sip")
|
||||
(version "4.18.1")
|
||||
(version "4.19.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1158,7 +1158,7 @@ (define-public python-sip
|
|||
"sip-" version "/sip-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1452zy3g0qv4fpd9c0y4gq437kn0xf7bbfniibv5n43zpwnpmklv"))))
|
||||
"0cq5r21fmjyw5v7a6l4sfbaj3zgm7k5b2cryj6bnjki54nnllas3"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
|
|
Loading…
Reference in a new issue