summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-04-02 04:20:00 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-04-02 04:20:00 -0500
commit37dfac7bd8c3ce9dfd35467cf6839686172170bd (patch)
treec90d2fdbaf3a891c806b4bc1653656453542de2b /pkgs
parentad871d23f661531d0f6a8e15e2cf1bed67b53fed (diff)
downloadnixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar.gz
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar.bz2
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar.lz
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar.xz
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.tar.zst
nixpkgs-37dfac7bd8c3ce9dfd35467cf6839686172170bd.zip
pythonPackages.grpcio-tools: 1.27.1 -> 1.28.1
Diffstat (limited to 'pkgs')
-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 fcfccf29efd..f3eb93cd060 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.27.1";
+  version = "1.28.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e29aa3f7a47d37f8a15605e97bec580baa6bb7ead7114b8d2f20d7b28da30c5c";
+    sha256 = "adf089aaf6e21358b12e39d9fa7c28611340d8399a918c0b72ff122ce9b7e0af";
   };
 
   enableParallelBuilding = true;