mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -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
|
||||
(inherit python-sip)
|
||||
(name "python-sip")
|
||||
(version "4.19.24")
|
||||
(version "4.19.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2010,7 +2010,7 @@ (define-public python-sip-4
|
|||
"/sip-" version ".tar.gz")))
|
||||
(sha256
|
||||
(base32
|
||||
"1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
|
||||
"04a23cgsnx150xq86w1z44b6vr2zyazysy9mqax0fy346zlr77dk"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("python" ,python-wrapper)))
|
||||
|
|
Loading…
Reference in a new issue