gnu: python-cython: Update to 0.29.14.
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.14.
This commit is contained in:
parent
18a69803e2
commit
39c3cffe57
1 changed files with 2 additions and 3 deletions
|
@ -3346,14 +3346,13 @@ (define-public python2-scikit-image
|
|||
(define-public python-cython
|
||||
(package
|
||||
(name "python-cython")
|
||||
(version "0.29.13")
|
||||
(version "0.29.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "Cython" version))
|
||||
(sha256
|
||||
(base32
|
||||
"13k37lrcgagwwnzr5bzririsscb793vndj234d475x1h9ad0d7f2"))))
|
||||
(base32 "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4"))))
|
||||
(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