Merge pull request #42887 from matthewbauer/libsecurity-closure-reductions

Libsecurity closure reductions
This commit is contained in:
Matthew Bauer
2018-07-02 18:34:53 -04:00
committed by GitHub
356 changed files with 3115 additions and 2085 deletions

View File

@@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "grpcio";
version = "1.12.1";
version = "1.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "f14faadfd09aa8526536cd2149e274563f45b767fca1736ccc53803a6af3f90e";
sha256 = "6324581e215157f0fbe335dff2e21a65b4406db98ac7cca05f1e23b4f510b426";
};
propagatedBuildInputs = [ six protobuf ]