~ruther/guix-local

58816c3d3d85515ae1f12dcc3e0ef7af1032c0dd — Efraim Flashner 8 years ago 07ad172
gnu: python-cython: Update to 0.27.

* gnu/packages/python.scm (python-cython): Update to 0.27.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 3658,14 3658,14 @@ is designed to have a low barrier to entry.")
(define-public python-cython
  (package
    (name "python-cython")
    (version "0.26")
    (version "0.27")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "Cython" version))
       (sha256
        (base32
         "0riciynnr0r68cvg6r3gbhi9x7h44pdwb7926m6n5vfs5p1f492c"))))
         "02y0pp1nx77b8s1mpxc6da2dccl6wd31pp4ksi9via479qcvacmr"))))
    (build-system python-build-system)
    ;; we need the full python package and not just the python-wrapper
    ;; because we need libpython3.3m.so