Merge pull request #123855 from marsam/update-grpc

grpc: 1.37.1 -> 1.38.0
This commit is contained in:
Mario Rodas
2021-05-21 20:53:20 -05:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.37.1";
version = "1.38.0";
src = fetchPypi {
inherit pname version;
sha256 = "d775fb07cc6561174d6c86d11727a156c4ade969f7bf5edf623ffe2a428bee4e";
sha256 = "c609678cf6faf4b467259757f848de4fbc7baca3c1e3f7b0e55c701c50fd94ae";
};
outputs = [ "out" "dev" ];