Commit 0ee39172 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.grpcio-status: 1.47.0 -> 1.48.0

parent e8998f3e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "grpcio-status";
  version = "1.47.0";
  version = "1.48.0";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchPypi {
    inherit pname version;
    sha256 = "c9ce3213e84c6fd8801c31aca3ea4a6b3453eaa40b93a6c0a23ea8999808fa00";
    sha256 = "afac961fc3713889d3c48c11461aba49842ca62a54dfe8f346442046036e9856";
  };

  propagatedBuildInputs = [