From 1a429c43fd5311fe5f317997e45aa2a5330348c7 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Wed, 29 Sep 2021 09:06:38 -0500 Subject: [PATCH] python39Packages.grpcio-tools: 1.40.0 -> 1.41.0 --- pkgs/development/python-modules/grpcio-tools/default.nix | 4 ++-- 1 file 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 eb27a5596bc2..690e4e8141e6 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.40.0"; + version = "1.41.0"; src = fetchPypi { inherit pname version; - sha256 = "d440f2bc089ff628618c536904d5bc39d0b44f7afdda4c4c1ecd15fcf385bfba"; + sha256 = "3891b1df82369acbc8451d4952cd20755f49a82398dce62437511ad17b47290e"; }; outputs = [ "out" "dev" ];