python312Packages.boto3-stubs: 1.35.78 -> 1.35.79

This commit is contained in:
Fabian Affolter
2024-12-12 20:09:45 +01:00
parent 3b7251693d
commit 10e68dd5aa
@@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.78";
version = "1.35.79";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-XQI88fzHI9/bopZT4K2bmTOYXIE6JbwhgH4h6rgeIbQ=";
hash = "sha256-ojkVIp2cSa7fw6N3SZyjm4/RzLFCTzh1XjD7n1SOoAY=";
};
build-system = [ setuptools ];