mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: python-sip-4: Update to 4.19.25.
* gnu/packages/qt.scm (python-sip-4): Update to 4.19.25.
This commit is contained in:
parent
d11d27e2e4
commit
2c4c504272
1 changed files with 2 additions and 2 deletions
|
@ -2000,7 +2000,7 @@ (define-public python-sip-4
|
||||||
(package
|
(package
|
||||||
(inherit python-sip)
|
(inherit python-sip)
|
||||||
(name "python-sip")
|
(name "python-sip")
|
||||||
(version "4.19.24")
|
(version "4.19.25")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2010,7 +2010,7 @@ (define-public python-sip-4
|
||||||
"/sip-" version ".tar.gz")))
|
"/sip-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
|
"04a23cgsnx150xq86w1z44b6vr2zyazysy9mqax0fy346zlr77dk"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python" ,python-wrapper)))
|
`(("python" ,python-wrapper)))
|
||||||
|
|
Loading…
Reference in a new issue