gnu: python-cython: Update to 0.24.

* gnu/packages/python.scm (python-cython): Update to 0.24.
This commit is contained in:
Andreas Enge 2016-04-07 00:44:35 +02:00
parent 8e45188525
commit 435a0462be

View file

@ -2954,14 +2954,14 @@ (define-public python2-rq
(define-public python-cython (define-public python-cython
(package (package
(name "python-cython") (name "python-cython")
(version "0.23.4") (version "0.24")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Cython" version)) (uri (pypi-uri "Cython" version))
(sha256 (sha256
(base32 (base32
"13hdffhd37mx3gjby018xl179jaj957fy7kzi01crmimxvn2zi7y")))) "1wd3q97gia3zhsgcdlvxh26hkrf3m53i6r1l4g0yya119264vr3d"))))
(build-system python-build-system) (build-system python-build-system)
;; we need the full python package and not just the python-wrapper ;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so ;; because we need libpython3.3m.so