summary refs log tree commit diff
path: root/pkgs/development/python-modules/grpcio-tools
diff options
context:
space:
mode:
authorBen Wolsieffer <benwolsieffer@gmail.com>2018-11-18 23:43:21 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-11-27 12:02:55 -0500
commit4380a9143b8b05d0412459310e5cc731db5c1630 (patch)
tree385fd2ad2906994b3e8a72f0eebda6524a45308d /pkgs/development/python-modules/grpcio-tools
parentde39c5f372c741bb2190f91ef5690de1d9e481e5 (diff)
downloadnixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar.gz
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar.bz2
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar.lz
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar.xz
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.tar.zst
nixpkgs-4380a9143b8b05d0412459310e5cc731db5c1630.zip
pythonPackages.grpcio-tools: 1.14.2 -> 1.16.1
Diffstat (limited to 'pkgs/development/python-modules/grpcio-tools')
-rw-r--r--pkgs/development/python-modules/grpcio-tools/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/grpcio-tools/default.nix b/pkgs/development/python-modules/grpcio-tools/default.nix
index 7c58c866f52..ad777cf4435 100644
--- a/pkgs/development/python-modules/grpcio-tools/default.nix
+++ b/pkgs/development/python-modules/grpcio-tools/default.nix
@@ -2,16 +2,16 @@
 
 buildPythonPackage rec {
   pname = "grpcio-tools";
-  version = "1.14.2";
+  version = "1.16.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b3fd64a5b8c1d981f6d68a331449109633710a346051c44e0f0cca1812e2b4b0";
+    sha256 = "0h0w7jlggm8nc250wwqai7lihw8mymx9jjpkl0cdmqmwbypj72vd";
   };
 
   enableParallelBuilding = true;
 
-  propagatedBuildInputs = [ grpc grpcio ];
+  propagatedBuildInputs = [ grpcio ];
 
   # no tests in the package
   doCheck = false;