python: scipy: 1.2.0 -> 1.2.1

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:30 +01:00
parent 25d0337b86
commit 3ef550b15c

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "scipy"; pname = "scipy";
version = "1.2.0"; version = "1.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "51a2424c8ed80e60bdb9a896806e7adaf24a58253b326fbad10f80a6d06f2214"; sha256 = "e085d1babcb419bbe58e2e805ac61924dac4ca45a07c9fa081144739e500aa3c";
}; };
checkInputs = [ nose pytest ]; checkInputs = [ nose pytest ];