python3Packages.scipy: 1.5.2 -> 1.5.3
This commit is contained in:
parent
4698f5614d
commit
5e3c79e88e
@ -9,11 +9,11 @@ let
|
|||||||
});
|
});
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "scipy";
|
pname = "scipy";
|
||||||
version = "1.5.2";
|
version = "1.5.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "066c513d90eb3fd7567a9e150828d39111ebd88d3e924cdfc9f8ce19ab6f90c9";
|
sha256 = "ddae76784574cc4c172f3d5edd7308be16078dd3b977e8746860c76c195fa707";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose pytest ];
|
checkInputs = [ nose pytest ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user