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

python312Packages.boto3-stubs: 1.34.72 -> 1.34.73
This commit is contained in:
Fabian Affolter 2024-03-29 18:14:29 +01:00 committed by GitHub
commit 969b31e9c0
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.72";
version = "1.34.73";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-eQPciiA763TWI3smauBk/1qbJ2B0r3UAt9tIVEZJWWo=";
hash = "sha256-ok9aPF2xGPxYxkh/GozIpKggYmB5Fr+pcxKXygspBpc=";
};
nativeBuildInputs = [