python312Packages.boto3-stubs: 1.35.74 -> 1.35.76

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