3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: python-cython: Update to 0.29.22.

* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.22.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-12 01:24:46 +02:00
parent 9b34c9167b
commit f5898781e2
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -4481,14 +4481,13 @@ provides additional functionality on the produced Mallard documents.")
(define-public python-cython
(package
(name "python-cython")
(version "0.29.21")
(version "0.29.22")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32
"1bcwpra7c6k30yvic3sw2v3rq2dr40ypc4zqif6kr52mpn4wnyp5"))))
(base32 "01jl3544qwsi8lp6anbl55566xqkjd53x452i7m6gnfilv3q6syz"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so