python: numba: 0.45.0 -> 0.45.1

This commit is contained in:
Frederik Rietdijk 2019-10-16 11:43:10 +02:00
parent eeb0767ea2
commit 71e4f9403a
1 changed files with 2 additions and 2 deletions

View File

@ -13,12 +13,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "0.45.0"; version = "0.45.1";
pname = "numba"; pname = "numba";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "fcea8dc6f9e0f1ddf7bd52a207858539bc14e893c5ee66d8730c3e5b9344c4b3"; sha256 = "41376e8635fa43743ca7ff9b4fb503c0c3315a9243d523b5870207d6199bdfd9";
}; };
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1"; NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";