python3Packages.numba: 0.51.1 -> 0.51.2
This commit is contained in:
parent
bf935d15e3
commit
bbfc68fc77
1 changed files with 2 additions and 2 deletions
|
@ -13,14 +13,14 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
version = "0.51.1";
|
||||
version = "0.51.2";
|
||||
pname = "numba";
|
||||
# uses f-strings
|
||||
disabled = pythonOlder "3.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1e765b1a41535684bf3b0465c1d0a24dcbbff6af325270c8f4dad924c0940160";
|
||||
sha256 = "16bd59572114adbf5f600ea383880d7b2071ae45477e84a24994e089ea390768";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
|
||||
|
|
Loading…
Reference in a new issue