python311Packages.boto3-stubs: 1.34.60 -> 1.34.61

This commit is contained in:
Fabian Affolter 2024-03-13 07:04:48 +01:00
parent e21044627d
commit c160387124

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.60";
version = "1.34.61";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-3Z9BKRukJZBGLnXxfHhi44Y5ZSOoMSpBQJXyVIm8zl4=";
hash = "sha256-LhxHv+AKNAHJL6d+5FYL2mFSzDRX8qwA5KNJyKhTx3Y=";
};
nativeBuildInputs = [