Revert "gnu: python-cython: Update to 0.29.14."

This reverts commit 39c3cffe57.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-12 15:18:15 +01:00
parent 3e1ccbefda
commit 6fd27a7197
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C

View File

@ -3346,13 +3346,14 @@ provides additional functionality on the produced Mallard documents.")
(define-public python-cython (define-public python-cython
(package (package
(name "python-cython") (name "python-cython")
(version "0.29.14") (version "0.29.13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Cython" version)) (uri (pypi-uri "Cython" version))
(sha256 (sha256
(base32 "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4")))) (base32
"13k37lrcgagwwnzr5bzririsscb793vndj234d475x1h9ad0d7f2"))))
(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