python3Packages.scipy-stubs: 1.16.3.0 -> 1.17.0.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:51 +01:00
parent 972f03c4fb
commit 2c1dcf9bf5
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "scipy-stubs";
version = "1.16.3.0";
version = "1.17.0.1";
pyproject = true;
src = fetchFromGitHub {
owner = "scipy";
repo = "scipy-stubs";
tag = "v${version}";
hash = "sha256-TLqLJirbOGIm718cLhWcEi4VHms9imIJZadGfYphXBk=";
hash = "sha256-wzXRnTaSYOePt3XvZ/OeBOQCKObuCL1rWrVDo73yM1I=";
};
postPatch = ''