guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: python-cython: Update to 0.24.


From: Andreas Enge
Subject: 02/02: gnu: python-cython: Update to 0.24.
Date: Wed, 06 Apr 2016 22:45:38 +0000

andreas pushed a commit to branch master
in repository guix.

commit 435a0462be7f3a5144b6eb89d6642490eb52f405
Author: Andreas Enge <address@hidden>
Date:   Thu Apr 7 00:44:35 2016 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 58e32db..63b21bd 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2954,14 +2954,14 @@ is designed to have a low barrier to entry.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.23.4")
+    (version "0.24")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "13hdffhd37mx3gjby018xl179jaj957fy7kzi01crmimxvn2zi7y"))))
+         "1wd3q97gia3zhsgcdlvxh26hkrf3m53i6r1l4g0yya119264vr3d"))))
     (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]