python312Packages.boto3-stubs: 1.35.79 -> 1.35.80

This commit is contained in:
Fabian Affolter 2024-12-13 13:22:18 +01:00
parent 0d34423bd5
commit fe88a9b9ee

View File

@ -359,7 +359,7 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.35.79";
version = "1.35.80";
pyproject = true;
disabled = pythonOlder "3.7";
@ -367,7 +367,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "boto3_stubs";
inherit version;
hash = "sha256-ojkVIp2cSa7fw6N3SZyjm4/RzLFCTzh1XjD7n1SOoAY=";
hash = "sha256-sNEDTM5cZmF2mRs76T8ITFHFdF0FT3VsUzzeRr8lrPM=";
};
build-system = [ setuptools ];