python311Packages.boto3-stubs: 1.34.20 -> 1.34.21

This commit is contained in:
Fabian Affolter 2024-01-18 09:29:28 +01:00
parent 291f48c983
commit 4bf464b846

View File

@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.20";
version = "1.34.21";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-QxhR6oK4WW+PpJ3nAUVUrg8vosxqCVRFl4ejuTh5bGg=";
hash = "sha256-noltqNrX9+GeFmfRaCEmT2TR/p/qUfBUCV5cWM0PZNU=";
};
nativeBuildInputs = [