python312Packages.boto3-stubs: 1.34.72 -> 1.34.73

This commit is contained in:
Fabian Affolter 2024-03-29 10:21:22 +01:00
parent d8fe5e6c92
commit f51b60d5b4
1 changed files with 2 additions and 2 deletions

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 = [