python313Packages.boto3-stubs: 1.40.34 -> 1.40.35

This commit is contained in:
Fabian Affolter
2025-09-21 09:04:39 +02:00
parent 7c8f8daf02
commit 942e32fd55
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.40.34";
version = "1.40.35";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-IhNCSgcfDXK7bwHHSqvAxidCKIltySPhhWifTUcAFYk=";
hash = "sha256-LW8tvm6bQt63uPvu0FFGHnkGkD8m6ZY00AvkXMQNtBo=";
};
build-system = [ setuptools ];