python3Packages.scipy-stubs: 1.16.0.0 -> 1.16.0.2 (#423359)

This commit is contained in:
Aleksana
2025-07-14 21:32:32 +08:00
committed by GitHub
@@ -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";