Merge pull request #285054 from fabaff/boto3-stubs-bump

python311Packages.boto3-stubs: 1.34.29 -> 1.34.30
This commit is contained in:
Fabian Affolter 2024-01-30 21:37:29 +01:00 committed by GitHub
commit 8b57662a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.29";
version = "1.34.30";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-48aM0PAcF9UJCq/PHHuy17lK7k46nNRa+L+d2ILvZEw=";
hash = "sha256-M45Yil5lhIS4ewhKNwPLW1s16xCJLma+HhXp5zDahQ0=";
};
nativeBuildInputs = [