guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-cython: Update to 0.29.22.


From: guix-commits
Subject: branch master updated: gnu: python-cython: Update to 0.29.22.
Date: Sun, 11 Apr 2021 19:25:07 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f589878  gnu: python-cython: Update to 0.29.22.
f589878 is described below

commit f5898781e24c86aa6fcf6eb81db813f4cdb060f0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Apr 12 01:24:46 2021 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7a3e303..bdb1279 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4481,14 +4481,13 @@ provides additional functionality on the produced 
Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.21")
+    (version "0.29.22")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
-        (base32
-         "1bcwpra7c6k30yvic3sw2v3rq2dr40ypc4zqif6kr52mpn4wnyp5"))))
+        (base32 "01jl3544qwsi8lp6anbl55566xqkjd53x452i7m6gnfilv3q6syz"))))
     (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]