guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-numexpr: Update to 2.6.1.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: python-numexpr: Update to 2.6.1.
Date: Thu, 29 Dec 2016 01:38:28 +0000 (UTC)

nckx pushed a commit to branch master
in repository guix.

commit 2ee57340f4d9d3a5fd35d54d5441ea5a096612fa
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 28 23:00:20 2016 +0100

    gnu: python-numexpr: Update to 2.6.1.
    
    * gnu/packages/python.scm (python-numexpr): Update to 2.6.1.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 60a2acd..bfcdfc6 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3504,14 +3504,14 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python-numexpr
   (package
     (name "python-numexpr")
-    (version "2.6.0")
+    (version "2.6.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "numexpr" version))
        (sha256
         (base32
-         "0i6iagl2hhbr8q4qzbbjd859v5806vqylq87fq7pi914ps6d6cag"))))
+         "01lsja72m32z0i5p8rwxbfyzk4mplh72k2a140nwh8vv4wpyfbnv"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f))          ; no tests included
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]