guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-numba: Update to 0.42.0.


From: guix-commits
Subject: 06/06: gnu: python-numba: Update to 0.42.0.
Date: Wed, 13 Mar 2019 15:59:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7757e6d8b989bd62b300c0b9f2bb4f135344962a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Mar 13 20:44:25 2019 +0100

    gnu: python-numba: Update to 0.42.0.
    
    * gnu/packages/python-xyz.scm (python-numba): Update to 0.42.0.
---
 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 8be5f39..ab8e543 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14382,14 +14382,14 @@ validation testing and application logic.")
 (define-public python-numba
   (package
     (name "python-numba")
-    (version "0.39.0")
+    (version "0.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "numba" version))
        (sha256
         (base32
-         "1bibvkwga1v8293i9ivl469d8bzgabn3vgr2ig7c1i68v8frsx07"))))
+         "03rqdfx0512lcri2bcpngx5k3jwfbqnanqj3n19c7d6h6hqxvq9x"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]