1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

python: grpcio-tools: 1.16.1 -> 1.18.0

This commit is contained in:
Frederik Rietdijk 2019-02-14 08:37:17 +01:00
parent 99448c406d
commit d531e1ec6c

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "grpcio-tools";
version = "1.16.1";
version = "1.18.0";
src = fetchPypi {
inherit pname version;
sha256 = "0h0w7jlggm8nc250wwqai7lihw8mymx9jjpkl0cdmqmwbypj72vd";
sha256 = "77ec4d3c92ccbbe3de37c457e3c72962e519c36cafb96abe5842bced8eb926fa";
};
enableParallelBuilding = true;