summary refs log tree commit diff
path: root/pkgs/development/python-modules/grpcio-tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2019-08-22 20:17:03 -0500
committerMario Rodas <marsam@users.noreply.github.com>2019-08-22 20:17:03 -0500
commite053231f40d9b7dd17714016fd1b5a31048fcf9d (patch)
treec17045f4568e99142e0a2390a2602def1a154cb3 /pkgs/development/python-modules/grpcio-tools
parent5e9255b643844c609d5d9fb009ad5db1f9f2928f (diff)
downloadnixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar.gz
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar.bz2
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar.lz
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar.xz
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.tar.zst
nixpkgs-e053231f40d9b7dd17714016fd1b5a31048fcf9d.zip
pythonPackages.grpcio-tools: 1.22.0 -> 1.23.0
Diffstat (limited to 'pkgs/development/python-modules/grpcio-tools')
-rw-r--r--pkgs/development/python-modules/grpcio-tools/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/grpcio-tools/default.nix b/pkgs/development/python-modules/grpcio-tools/default.nix
index 9355db763dc..cb6e47a6002 100644
--- a/pkgs/development/python-modules/grpcio-tools/default.nix
+++ b/pkgs/development/python-modules/grpcio-tools/default.nix
@@ -2,11 +2,11 @@
 
 buildPythonPackage rec {
   pname = "grpcio-tools";
-  version = "1.22.0";
+  version = "1.23.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "b5c0fe51a155625c9d1132ab8deb56b3015e111a6961e48aeb9dd89bd7c670ab";
+    sha256 = "cbc35031ec2b29af36947d085a7fbbcd8b79b84d563adf6156103d82565f78db";
   };
 
   enableParallelBuilding = true;