mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python-sip: Update to 4.19.24.
* gnu/packages/qt.scm (python-sip): Update to 4.19.24. [source]: Add pypi download location.
This commit is contained in:
parent
ccb402d9db
commit
911e50c6c9
1 changed files with 6 additions and 4 deletions
|
@ -1944,15 +1944,17 @@ (define (delete-unwanted-files child stat flag base level)
|
||||||
(define-public python-sip
|
(define-public python-sip
|
||||||
(package
|
(package
|
||||||
(name "python-sip")
|
(name "python-sip")
|
||||||
(version "4.19.22")
|
(version "4.19.24")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.riverbankcomputing.com/static/"
|
(uri (list (pypi-uri "sip" version)
|
||||||
"Downloads/sip/" version "/sip-" version ".tar.gz"))
|
(string-append "https://www.riverbankcomputing.com/static/"
|
||||||
|
"Downloads/sip/" version
|
||||||
|
"/sip-" version ".tar.gz")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0idywc326l8v1m3maprg1aq2gph67mmnnsskvlwfx8n19s16idz1"))))
|
"1ra15vb5i9gkg2vdvh16cq9x2mmzw1yi3xphxs8q34q1pf83gkgd"))))
|
||||||
(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