python3Packages.pandas-stubs: 2.3.2.250926 -> 2.3.3.260113

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:45 +01:00
parent a2f3076d5a
commit 60463ebd61
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "pandas-stubs";
version = "2.3.2.250926";
version = "2.3.3.260113";
pyproject = true;
src = fetchFromGitHub {
owner = "pandas-dev";
repo = "pandas-stubs";
tag = "v${version}";
hash = "sha256-nyyuDvhF9GY+vKGHpup7nrsrNf+Y3dYNawXyfxGPEpQ=";
hash = "sha256-DJS3aG79IZowiTqHeOEgDdlH9Z1SXrbZ7yplCrFTtzw=";
};
build-system = [ poetry-core ];