diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 14:50:12 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-08-11 22:44:07 +0300 |
commit | dd22efef0a8d625786209e3cf86c255d66bc6317 (patch) | |
tree | 33c4ab3c52031cbcd5cded628a108269afb97ab4 /gnu | |
parent | 3e6fdd5f8ac8f308531192f1d537570d69ea038e (diff) |
gnu: python-cython: Update to 0.24.1.
* gnu/packages/python.scm (python-cython): Update to 0.24.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 6ff1c5c9b2..76e3ff2d18 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2999,14 +2999,14 @@ is designed to have a low barrier to entry.") (define-public python-cython (package (name "python-cython") - (version "0.24") + (version "0.24.1") (source (origin (method url-fetch) (uri (pypi-uri "Cython" version)) (sha256 (base32 - "1wd3q97gia3zhsgcdlvxh26hkrf3m53i6r1l4g0yya119264vr3d")))) + "1fg7fmpvfcq9md4ncyqnnylyjy4z3ksdrshzis95g1sh03d8z044")))) (build-system python-build-system) ;; we need the full python package and not just the python-wrapper ;; because we need libpython3.3m.so |