guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: python-numexpr: Update to 2.8.4.


From: guix-commits
Subject: 03/03: gnu: python-numexpr: Update to 2.8.4.
Date: Thu, 20 Apr 2023 15:48:04 -0400 (EDT)

podiki pushed a commit to branch core-updates
in repository guix.

commit d3de59ddc705d0bfe25dee1113d4f51148942947
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Thu Apr 20 15:34:32 2023 -0400

    gnu: python-numexpr: Update to 2.8.4.
    
    * gnu/packages/python-xyz.scm (python-numexpr): Update to 2.8.4.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d6c78cf06f..b043041fdc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6928,14 +6928,14 @@ parse and apply unified diffs.  It has features such as:
 (define-public python-numexpr
   (package
     (name "python-numexpr")
-    (version "2.7.3")
+    (version "2.8.4")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "numexpr" version))
        (sha256
         (base32
-         "09d8yfsx33ddwfkpn8805w2mxnn4cvf47yc66g4azldpz4lnaqa3"))))
+         "0iv1h1lvry5vmzqyvwxfbckyhzm1vbb1bmhmj4dnj64d84vjahym"))))
     (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]