python3Packages.mypy-protobuf: 2.9 -> 2.10

This commit is contained in:
Martin Weinelt 2021-10-09 00:23:10 +02:00
parent e54abde645
commit 7776671b11

View File

@ -2,13 +2,13 @@
buildPythonApplication rec {
pname = "mypy-protobuf";
version = "2.9";
version = "2.10";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "278172935d7121c2f8c7c0a05518dd565a2b76d9e9c4a0a3fcd08a21fa685d43";
sha256 = "1fed214e16351b09946770794a321a818abb744078b1d863a479da070028684c";
};
propagatedBuildInputs = [ protobuf types-protobuf grpcio-tools ];