mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: python-cython: Update to 0.29.30.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.30. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
parent
c4386d0603
commit
62e7208017
1 changed files with 2 additions and 2 deletions
|
@ -5461,13 +5461,13 @@ (define-public mallard-ducktype
|
|||
(define-public python-cython
|
||||
(package
|
||||
(name "python-cython")
|
||||
(version "0.29.24")
|
||||
(version "0.29.30")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Cython" version))
|
||||
(sha256
|
||||
(base32 "0hw4gs18rh4slij1fg252argxhraypld9apbqbl60230qc3lvw6d"))))
|
||||
(base32 "1qzrcnla3fg4fmf7ncvxhr1y35gvya1ybj12jjwshvzym0nvcd92"))))
|
||||
(build-system python-build-system)
|
||||
;; we need the full python package and not just the python-wrapper
|
||||
;; because we need libpython3.3m.so
|
||||
|
|
Loading…
Reference in a new issue