guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/34: gnu: python-cython: Update to 0.29.21.


From: guix-commits
Subject: 02/34: gnu: python-cython: Update to 0.29.21.
Date: Sat, 25 Jul 2020 14:53:57 -0400 (EDT)

mbakke pushed a commit to branch wip-staging
in repository guix.

commit f045024805780cbb5873efb2da245aa9937828d9
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 24 21:11:42 2020 +0200

    gnu: python-cython: Update to 0.29.21.
    
    * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.21.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 190e199..2fef66e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4056,14 +4056,14 @@ provides additional functionality on the produced 
Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.20")
+    (version "0.29.21")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "1ivih4zl5fc2yzb3z60i6rj5yrfbbas8n2xql4bzflr2zksimn92"))))
+         "1bcwpra7c6k30yvic3sw2v3rq2dr40ypc4zqif6kr52mpn4wnyp5"))))
     (build-system python-build-system)
     ;; we need the full python package and not just the python-wrapper
     ;; because we need libpython3.3m.so



reply via email to

[Prev in Thread] Current Thread [Next in Thread]