python311Packages.boto3-stubs: 1.34.19 -> 1.34.20

This commit is contained in:
Fabian Affolter
2024-01-17 11:58:30 +01:00
parent 7182628477
commit fb1976a8fd
@@ -365,14 +365,14 @@
buildPythonPackage rec {
pname = "boto3-stubs";
version = "1.34.19";
version = "1.34.20";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-Z/5aL7HRssU0+jHFQ7dz7bwBzpUoAQ2cwO+cUESqIYo=";
hash = "sha256-QxhR6oK4WW+PpJ3nAUVUrg8vosxqCVRFl4ejuTh5bGg=";
};
nativeBuildInputs = [