0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00
Martin Weinelt 2022-09-12 13:19:17 +02:00
parent c6d042ea36
commit d7977ef9e9

View file

@ -45,7 +45,7 @@ in buildPythonPackage rec {
# Attention! v1.22.0 breaks scipy and by extension scikit-learn, so
# build both to verify they don't break.
# https://github.com/scipy/scipy/issues/15414
version = "1.23.1";
version = "1.23.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -53,7 +53,7 @@ in buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
extension = "tar.gz";
hash = "sha256-10jvNJv+8uEZS1naN+1aKcGeqNfmNCAZkhuiuk/YtiQ=";
hash = "sha256-Ub9JwM0dUr4KJAqmbzRYr8S5XYmT0tBPDZH6YMEK9s0=";
};
patches = lib.optionals python.hasDistutilsCxxPatch [