guix-commits
[Top][All Lists]
Advanced

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

09/20: gnu: python-cython: Update to 0.29.13.


From: guix-commits
Subject: 09/20: gnu: python-cython: Update to 0.29.13.
Date: Sun, 4 Aug 2019 07:53:27 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 756a9809530b1c2cd27f45eb8fa4761d57664e93
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 1 14:19:01 2019 +0200

    gnu: python-cython: Update to 0.29.13.
    
    * gnu/packages/python-xyz.scm (python-cython): Update to 0.29.13.
---
 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 2538505..93a6444 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3191,14 +3191,14 @@ provides additional functionality on the produced 
Mallard documents.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.29.11")
+    (version "0.29.13")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "1866m01ggl2h3rky4hac3m5p048gg4a0jb09ljkknryiqln54fkn"))))
+         "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]