guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-numexpr: Update to 2.6.4.


From: Ricardo Wurmus
Subject: 01/02: gnu: python-numexpr: Update to 2.6.4.
Date: Wed, 4 Oct 2017 09:20:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit cb91edebdaef4d9512100ed5328b09a151d83d65
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 4 14:36:50 2017 +0200

    gnu: python-numexpr: Update to 2.6.4.
    
    * gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
---
 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 bf451ab..5052b65 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4142,14 +4142,14 @@ that client code uses to construct the grammar directly 
in Python code.")
 (define-public python-numexpr
   (package
     (name "python-numexpr")
-    (version "2.6.1")
+    (version "2.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "numexpr" version))
        (sha256
         (base32
-         "01lsja72m32z0i5p8rwxbfyzk4mplh72k2a140nwh8vv4wpyfbnv"))))
+         "1kpnbb5d5n927113zccfibn16z7gidjipyac6kbbhzs0lnizkgph"))))
     (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]