about summary refs log tree commit diff
path: root/pkgs/development/python-modules/numba/default.nix
diff options
context:
space:
mode:
authorDing Xiang Fei <dingxiangfei2009@gmail.com>2018-07-29 20:35:52 +0800
committerDing Xiang Fei <dingxiangfei2009@gmail.com>2018-07-29 20:35:52 +0800
commit3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd (patch)
tree67390286586ef4af0342cfaf82962cfb96da9435 /pkgs/development/python-modules/numba/default.nix
parenta998a49ee4f2f0461a93e9c9524654b845a8139e (diff)
parenta2c6dbe370160ffea5537f64dda04489184c5ce1 (diff)
downloadnixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.gz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.bz2
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.lz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.xz
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.tar.zst
nixlib-3a9d8a1ab43ed9f47e45c8b39d2a00e8ab29e4bd.zip
Merge branch 'master' into cross-compiling-postgresql
Diffstat (limited to 'pkgs/development/python-modules/numba/default.nix')
-rw-r--r--pkgs/development/python-modules/numba/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/numba/default.nix b/pkgs/development/python-modules/numba/default.nix
index 33d044c41aa0..48ca5a80addf 100644
--- a/pkgs/development/python-modules/numba/default.nix
+++ b/pkgs/development/python-modules/numba/default.nix
@@ -14,12 +14,12 @@
 }:
 
 buildPythonPackage rec {
-  version = "0.38.1";
+  version = "0.39.0";
   pname = "numba";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "48fb76b8dcde868d6426c7c7836b76a0b2b20861547770c27b6307f712c09bc5";
+    sha256 = "07749d1ddac8c4c0ce8b22bf3dec52ef2fd4922174c71447126807f5f8dc2bae";
   };
 
   NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";