python312Packages.boto3-stubs: 1.35.76 -> 1.35.78

This commit is contained in:
Fabian Affolter
2024-12-11 21:24:53 +01:00
parent 45dbb20e71
commit db77d3a248
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.76";
version = "1.35.78";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-MhCbagyXIL98LjiWVUecbatO4zxiLizydGyeXsUnuuM=";
hash = "sha256-XQI88fzHI9/bopZT4K2bmTOYXIE6JbwhgH4h6rgeIbQ=";
};
build-system = [ setuptools ];