python39Packages.grpcio-tools: 1.40.0 -> 1.41.0

This commit is contained in:
Mario Rodas 2021-09-29 09:06:38 -05:00
parent 3334018e52
commit 1a429c43fd

View File

@ -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" ];