guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-cython: Update to 0.29.30.


From: guix-commits
Subject: 01/03: gnu: python-cython: Update to 0.29.30.
Date: Sat, 23 Jul 2022 17:04:11 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 62e7208017a1bf1faf723d9163f94374922f408f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 17:45:51 2022 +0000

    gnu: python-cython: Update to 0.29.30.
    
    * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.30.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 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 cc7d6860bf..b73d4e49d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5461,13 +5461,13 @@ provides additional functionality on the produced 
Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.24")
+    (version "0.29.30")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
-        (base32 "0hw4gs18rh4slij1fg252argxhraypld9apbqbl60230qc3lvw6d"))))
+        (base32 "1qzrcnla3fg4fmf7ncvxhr1y35gvya1ybj12jjwshvzym0nvcd92"))))
     (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]