guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-cython: Update to 0.29.5.


From: guix-commits
Subject: 01/01: gnu: python-cython: Update to 0.29.5.
Date: Mon, 11 Feb 2019 15:20:56 -0500 (EST)

andreas pushed a commit to branch master
in repository guix.

commit fa8ffaa0df18f743b4afd5db30ce6157d00d5fb8
Author: Andreas Enge <address@hidden>
Date:   Mon Feb 11 21:19:33 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 183ac56..6c97e59 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2013 Nikita Karetnikov <address@hidden>
 ;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
-;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <address@hidden>
+;;; Copyright © 2013, 2014, 2015, 2016, 2019 Andreas Enge <address@hidden>
 ;;; Copyright © 2014, 2015 Mark H Weaver <address@hidden>
 ;;; Copyright © 2014, 2017 Eric Bavier <address@hidden>
 ;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
@@ -2720,14 +2720,14 @@ and is very extensible.")
 (define-public python-cython
   (package
     (name "python-cython")
-    (version "0.28.4")
+    (version "0.29.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Cython" version))
        (sha256
         (base32
-         "0imw9s2rbrh32clbl10csnwmig9p3nzkrd2baxxxfmnrsc42pb3n"))))
+         "1wfb68g115gmf3mv23w0hh972b0ll85gpb92ci28x6h997br0llx"))))
     (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]