Skip to content

Commit

Permalink
python: numba: 0.46.0 -> 0.48.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Feb 6, 2020
1 parent aecc14b commit 4362401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/numba/default.nix
Expand Up @@ -13,12 +13,12 @@
}:

buildPythonPackage rec {
version = "0.46.0";
version = "0.48.0";
pname = "numba";

src = fetchPypi {
inherit pname version;
sha256 = "c2cbaeae60f80805290fff50175028726fae12692404a36babd3326730fbceee";
sha256 = "9d21bc77e67006b5723052840c88cc59248e079a907cc68f1a1a264e1eaba017";
};

NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isDarwin "-I${libcxx}/include/c++/v1";
Expand Down

0 comments on commit 4362401

Please sign in to comment.