python311Packages.mypy-boto3-ebs: 1.27.0 -> 1.28.0

This commit is contained in:
Fabian Affolter 2023-07-08 12:19:40 +02:00
parent 857df777e0
commit d8ec5a7a12

View file

@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "mypy-boto3-ebs";
version = "1.27.0";
version = "1.28.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-hBFD5BNZ0OaHwL4iMLPNA916dLUBHTBl2f18/iOPsTs=";
hash = "sha256-DgfterQL/DbKRnvNL9I7fN8BrBwWlSP9fBNWPZUfFjs=";
};
propagatedBuildInputs = [