python313Packages.botocore-stubs: 1.40.76 -> 1.41.2.post1

This commit is contained in:
Fabian Affolter
2025-11-22 13:33:59 +01:00
parent 00057b83cc
commit 26d07dcc58
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.76";
version = "1.41.2.post1";
pyproject = true;
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-Jh1R5xoWSpOr+calx3nFZk0wfsRFDekXrZy+fCl4IiM=";
hash = "sha256-rPIUW4XFFlN4spjLkLvDoNpZ55IE5K80mdldDW0RmHw=";
};
nativeBuildInputs = [ setuptools ];