Archived
1
0
Fork 0

gnu: python-cython: Update to 0.29.32.

* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.32.
This commit is contained in:
Marius Bakke 2022-08-16 11:37:41 +02:00
parent 1fd262e8d3
commit c8c7dc311f
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -5568,13 +5568,13 @@ provides additional functionality on the produced Mallard documents.")
(define-public python-cython
(package
(name "python-cython")
(version "0.29.24")
(version "0.29.32")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Cython" version))
(sha256
(base32 "0hw4gs18rh4slij1fg252argxhraypld9apbqbl60230qc3lvw6d"))))
(base32 "1xqsihpqnfal29nb5kmw8z71nd4jbsnbz7p3lkr094xpb13wycw7"))))
(build-system python-build-system)
;; we need the full python package and not just the python-wrapper
;; because we need libpython3.3m.so