Commit e8998f3e authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.grpcio-tools: 1.47.0 -> 1.48.0

parent 9c6b1fbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "grpcio-tools";
  version = "1.47.0";
  version = "1.48.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "f64b5378484be1d6ce59311f86174be29c8ff98d8d90f589e1c56d5acae67d3c";
    sha256 = "dd7f757608e7dfae4ab2e7fc1e8951e6eb9526ebdc7ce90597329bc4c408c9a1";
  };

  outputs = [ "out" "dev" ];