python38Packages.grpcio-tools: 1.35.0 -> 1.36.1

This commit is contained in:
Mario Rodas 2021-02-26 04:20:00 +00:00
parent a526d49118
commit 5ca140cf05

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.35.0";
version = "1.36.1";
src = fetchPypi {
inherit pname version;
sha256 = "9e2a41cba9c5a20ae299d0fdd377fe231434fa04cbfbfb3807293c6ec10b03cf";
sha256 = "80ef584f7b917f575e4b8f2ec59cd4a4d98c2046e801a735f3136b05742a36a6";
};
outputs = [ "out" "dev" ];