python3Packages.numba-scipy: 0.3.0 -> 0.3.1

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:20 +02:00
parent 2b712ba17d
commit 23afc4d5c1

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "numba-scipy";
version = "0.3.0";
version = "0.3.1";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-qJeoWiG1LdtFB9cME1d8xVaC0BXGDJEYjCOEdHvSkmQ=";
hash = "sha256-cApTGH5GJZH/RbkRjKhL3injvixD5kvfaS49FjrPA2U=";
};
propagatedBuildInputs = [