python: scipy: 1.3.1 -> 1.3.2

This commit is contained in:
Frederik Rietdijk 2019-11-11 12:13:40 +01:00
parent c461edcdf2
commit 17a30b8968

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scipy"; pname = "scipy";
version = "1.3.1"; version = "1.3.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "2643cfb46d97b7797d1dbdb6f3c23fe3402904e3c90e6facfe6a9b98d808c1b5"; sha256 = "a03939b431994289f39373c57bbe452974a7da724ae7f9620a1beee575434da4";
}; };
checkInputs = [ nose pytest ]; checkInputs = [ nose pytest ];