mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
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 {
|
||||
pname = "scipy";
|
||||
version = "1.5.2";
|
||||
version = "1.5.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "066c513d90eb3fd7567a9e150828d39111ebd88d3e924cdfc9f8ce19ab6f90c9";
|
||||
sha256 = "ddae76784574cc4c172f3d5edd7308be16078dd3b977e8746860c76c195fa707";
|
||||
};
|
||||
|
||||
checkInputs = [ nose pytest ];
|
||||
|
Loading…
Reference in New Issue
Block a user