~ruther/guix-local

f0c14fa2a2432d13f9833642d755d48d7e918bfa — Sharlatan Hellseher 4 months ago 9beaa9e
gnu: python-numexpr: Update to 2.14.1.

* gnu/packages/python-xyz.scm (python-numexpr): Update to 2.14.1.

Change-Id: I35da8bea473838fdf0858f6ea3b80bf628b496f9
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -2
@@ 11660,16 11660,17 @@ apply unified diffs.  It has features such as:
(define-public python-numexpr
  (package
    (name "python-numexpr")
    (version "2.12.1")
    (version "2.14.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "numexpr" version))
       (sha256
        (base32 "1aslzx2mzgk1xxxpm3mrvl8ngfxj7dxlz4q2xbqx20gh1bnzlfg2"))))
        (base32 "12xla8qkza3xjrqb2yc517z460mqnwi82m9i5v1sbdy7hq80pq2b"))))
    (build-system pyproject-build-system)
    (arguments
     (list
      ;; tests: 6039 passed, 8 warnings
      #:phases
      #~(modify-phases %standard-phases
          (replace 'check