~ruther/guix-local

afd189764fe00767a5f832bde96ce3c7bc23e9c0 — wrobell 6 months ago 933c9ec
gnu: python-cython: Update to 3.1.7.

* gnu/packages/python-xyz.scm (python-cython): Update to 3.1.7.

Change-Id: I0771e680017223c0ef0fee01fc30edda0e274ebb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -2
@@ 10590,13 10590,13 @@ For some datatypes the overhead can be reduced by using khash by factor 4-8.")
  ;; TODO: Move to python-build.
  (package
    (name "python-cython")
    (version "3.1.2")
    (version "3.1.7")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "cython" version))
       (sha256
        (base32 "108k6gsn63qkz98xhnm4440ir9ab0lxmw0gcrpz2sxm67yapmgvb"))))
        (base32 "0gaslzb3virk4v6yh5a7dp6ka1lm267v994g8r25lck1702vjy3g"))))
    (build-system pyproject-build-system)
    (arguments
     (list