guix-commits
[Top][All Lists]
Advanced

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

01/01: Revert "gnu: python-cython: Update to 0.29.14."


From: guix-commits
Subject: 01/01: Revert "gnu: python-cython: Update to 0.29.14."
Date: Tue, 12 Nov 2019 09:18:59 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6fd27a71976e4f0603397017f581117aa6fe3926
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 12 15:18:15 2019 +0100

    Revert "gnu: python-cython: Update to 0.29.14."
    
    This reverts commit 39c3cffe57931e99ce6f8149c995e6daee78fc52.
---
 gnu/packages/python-xyz.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 476c4af..d7acd48 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3346,13 +3346,14 @@ provides additional functionality on the produced 
Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.14")
+    (version "0.29.13")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
-        (base32 "050lh336791yl76krn44zm2dz00mlhpb26bk9fq9wcfh0f3vpmp4"))))
+        (base32
+         "13k37lrcgagwwnzr5bzririsscb793vndj234d475x1h9ad0d7f2"))))
     (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]