Unverified Commit 48042f10 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #275538 from r-ryantm/auto-update/python310Packages.grpcio-reflection

python310Packages.grpcio-reflection: 1.59.3 -> 1.60.0
parents be1d7cbc 640f11c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "grpcio-reflection";
  version = "1.59.3";
  version = "1.60.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-VAPFpzjG7sS7QIDad+RQMS2s5BqG4pKsN8/QB7JlfU4=";
    hash = "sha256-P2wMc7qPINFCDF5y/E3QOJ+sNG7Y+zKijm4ZZ7RP/zU=";
  };

  nativeBuildInputs = [