guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-numexpr: Update to 2.6.0.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-numexpr: Update to 2.6.0.
Date: Wed, 6 Jul 2016 10:02:38 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 26112c0abbf010e079bbba4ca6a673c0f8d44e70
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jul 6 11:41:25 2016 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3505f36..eaac945 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3266,15 +3266,14 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python-numexpr
   (package
     (name "python-numexpr")
-    (version "2.4.4")
+    (version "2.6.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/";
-                           "n/numexpr/numexpr-" version ".tar.gz"))
+       (uri (pypi-uri "numexpr" version))
        (sha256
         (base32
-         "0nsnff5312fm38w6dm34bw7ghfqqy8vl9gig0al963h4mz8zm8nz"))))
+         "0i6iagl2hhbr8q4qzbbjd859v5806vqylq87fq7pi914ps6d6cag"))))
     (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]