python313Packages.boto3-stubs: 1.40.35 -> 1.40.36

This commit is contained in:
Fabian Affolter
2025-09-23 20:01:02 +02:00
parent 4995d89353
commit 1de57e492d
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.35";
version = "1.40.36";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-LW8tvm6bQt63uPvu0FFGHnkGkD8m6ZY00AvkXMQNtBo=";
hash = "sha256-nYxTZw4Yd8FrvBoa8QcHxBvNLURtKfIV/Z7esfm7+uo=";
};
build-system = [ setuptools ];