python311Packages.mypy-boto3-s3: 1.28.36 -> 1.28.52

Changelog: https://github.com/youtype/mypy_boto3_builder/releases/tag/1.28.52
This commit is contained in:
Fabian Affolter
2023-09-20 23:53:49 +02:00
parent 7f45760504
commit 7bc6a1c62a
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "mypy-boto3-s3";
version = "1.28.36";
version = "1.28.52";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-RNo3X9TXWxxczCbc075IKUxwYURe/W2Q6/ykP/67s+Q=";
hash = "sha256-F5y3VCzF72VvEyOtUesjevy6d9Hl7QfSGgE/427/uLI=";
};
nativeBuildInputs = [