python3.pkgs.scipy: 1.9.1 -> 1.9.3

This commit is contained in:
Doron Behar 2022-11-12 14:58:10 +02:00
parent 722f7cc222
commit 762e22d063

View file

@ -20,12 +20,12 @@
buildPythonPackage rec {
pname = "scipy";
version = "1.9.1";
version = "1.9.3";
format = "pyproject";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-JtKMRokA5tX9s30oEqtG2wzNIsY7qglQV4cfqjpJi8k=";
sha256 = "sha256-+8XAXIXBoCvnex/1kQh8g7xEV5xtK9n7eYu2TqXhoCc=";
};
nativeBuildInputs = [ cython gfortran meson-python pythran pkg-config wheel ];