python38Packages.mypy-boto3-s3: 1.18.64 -> 1.18.65

conduit-nginx
R. RyanTM 2021-10-19 23:31:09 +00:00
parent ef64a9a4fc
commit ca7af0e2fa
1 changed files with 2 additions and 2 deletions

View File

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "mypy-boto3-s3";
version = "1.18.64";
version = "1.18.65";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "c1640be24881b174b318888d6a0bfc7fc25d51ec9b263c60c6c5bac1e3295b70";
sha256 = "c5bdd595e088512df229863872fb91e825ab59ddd89653db5ccc37d666fa01d8";
};
propagatedBuildInputs = [