Merge pull request #245937 from fabaff/mypy-boto3-s3-bump

python311Packages.mypy-boto3-s3: 1.28.8 -> 1.28.12
This commit is contained in:
Fabian Affolter 2023-07-30 18:19:16 +02:00 committed by GitHub
commit b9c5cc5990
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mypy-boto3-s3";
version = "1.28.8";
version = "1.28.12";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-ye0X/uLA4u3rKWazeWr3s0ncxO7uVNvVmiaf25QY61U=";
hash = "sha256-fVSwPgvXLMH+aQ79zp7qyeKFXfuvoVOQoPUYyunigNI=";
};
propagatedBuildInputs = [