python3Packages.scipy: 1.7.1 -> 1.7.3

This commit is contained in:
Jonathan Ringer 2021-11-25 14:47:13 -08:00
parent eb73d15d3b
commit efc0861b65
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "scipy";
version = "1.7.1";
version = "1.7.3";
src = fetchPypi {
inherit pname version;
sha256 = "6b47d5fa7ea651054362561a28b1ccc8da9368a39514c1bbf6c0977a1c376764";
sha256 = "ab5875facfdef77e0a47d5fd39ea178b58e60e454a4c85aa1e52fcb80db7babf";
};
nativeBuildInputs = [ cython gfortran pythran ];