python313Packages.boto3-stubs: 1.40.62 -> 1.40.64

This commit is contained in:
Fabian Affolter
2025-11-01 08:56:42 +01:00
parent c6972e04f6
commit af2e18da0e
@@ -358,13 +358,13 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.62";
version = "1.40.64";
pyproject = true;
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-73hYe2ywyLnoKoq52RDa8pagC8p2Wt6eNMxuj50bDvo=";
hash = "sha256-r0p/tnvaDBJ3r81FolBlYFVn0mCor9NLvfF5nSSSM08=";
};
build-system = [ setuptools ];