python313Packages.botocore-stubs: 1.40.56 -> 1.40.58

This commit is contained in:
Fabian Affolter
2025-10-24 15:03:54 +02:00
parent c30e5bc603
commit 1692f84fd5
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.40.56";
version = "1.40.58";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-qpU1uKD3E1sGJQTjnny8g/s/ALLU3CurphcENrSUtpY=";
hash = "sha256-wnA+zO6JYraxCYF7Em4cSFM1pn7+V0uZ8uMMgsDyWJY=";
};
nativeBuildInputs = [ setuptools ];