guix-commits
[Top][All Lists]
Advanced

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

12/20: gnu: python-numexpr: Update to 2.6.5.


From: Tobias Geerinckx-Rice
Subject: 12/20: gnu: python-numexpr: Update to 2.6.5.
Date: Wed, 16 May 2018 21:21:54 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 34c2bc56f8f4da3bf2dad3bf34285ac90086a6b6
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed May 16 15:58:34 2018 +0200

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