python3Packages.scipy-stubs: 1.16.0.0 -> 1.16.0.2

This commit is contained in:
R. Ryantm
2025-07-08 01:53:33 +00:00
parent e6e45d9aa6
commit b510c51711
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "scipy-stubs";
version = "1.16.0.0";
version = "1.16.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "scipy";
repo = "scipy-stubs";
tag = "v${version}";
hash = "sha256-LuBypvtbLp7Zo8Rou1JwBwJjZr0BBic25dhX5Yg1Esk=";
hash = "sha256-xaBii3vONwfHlrsLr+uvXvirZ2WT1OgUzlYxRIRnGdI=";
};
disabled = pythonOlder "3.11";