Merge pull request #140764 from r-ryantm/auto-update/python38Packages.mypy-boto3-s3

This commit is contained in:
Sandro 2021-10-07 00:04:31 +02:00 committed by GitHub
commit c50c0570d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "mypy-boto3-s3";
version = "1.18.54";
version = "1.18.55";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "fdbb7ff1687fba8e7ac521502cb2d2ca4b845e1a331f5b4fe55aff7c17e1f985";
sha256 = "45519e811bbd284fc7d69e932abcaa9c551071db4fb6e69502736b81dcc72a7d";
};
propagatedBuildInputs = [