python312Packages.boto3-stubs: 1.35.72 -> 1.35.74

This commit is contained in:
Fabian Affolter
2024-12-06 13:30:33 +01:00
parent 408068a3eb
commit bb8a04411c
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.72";
version = "1.35.74";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-mKCERaYFYGUNjV0etGTuvACfTOTcdhPU4HKjS6uXNgw=";
hash = "sha256-8R3OCB0TZdQeE8FstfhiD3uG2MQJPoAdENliKRdKdgc=";
};
build-system = [ setuptools ];