python312Packages.pandas-stubs: 2.2.2.240909 -> 2.2.3.241126 (#371000)

This commit is contained in:
Fabian Affolter
2025-01-05 09:40:25 +01:00
committed by GitHub
@@ -36,7 +36,7 @@
buildPythonPackage rec {
pname = "pandas-stubs";
version = "2.2.2.240909";
version = "2.2.3.241126";
pyproject = true;
disabled = pythonOlder "3.10";
@@ -45,7 +45,7 @@ buildPythonPackage rec {
owner = "pandas-dev";
repo = "pandas-stubs";
tag = "v${version}";
hash = "sha256-Dt2a4l5WAOizUeaDa80CRuvyPT9mWfFz+zGZMm3vQP4=";
hash = "sha256-y+td1x33mALh/AfDh0uIq7ebCBWWWCJewhvBQ4WNe3U=";
};
build-system = [ poetry-core ];