python38Packages.grpcio-tools: 1.37.0 -> 1.37.1

This commit is contained in:
Mario Rodas 2021-04-30 04:20:00 +00:00
parent c8232cbac1
commit 731d668552

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.37.0";
version = "1.37.1";
src = fetchPypi {
inherit pname version;
sha256 = "3ec510c1b6bfc32effc639acf9a055e72dab7a7b6757bf72f2132790d6a7cf1c";
sha256 = "d775fb07cc6561174d6c86d11727a156c4ade969f7bf5edf623ffe2a428bee4e";
};
outputs = [ "out" "dev" ];