~ruther/guix-local

cb91edebdaef4d9512100ed5328b09a151d83d65 — Ricardo Wurmus 8 years ago 1033cdb
gnu: python-numexpr: Update to 2.6.4.

* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 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