Commit 457f0461 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.grpcio: 1.64.1 -> 1.66.2

parent 84cc3642
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@
buildPythonPackage rec {
  pname = "grpcio";
  format = "setuptools";
  version = "1.64.1";
  version = "1.66.2";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jVHdHFnV+g80JmuAo4BewpofJkJcKlRzYTP22H/Eloo=";
    hash = "sha256-VjWIxYe3XDS5KLxChUjlsA6jjEaXIYGk2Ldbp+PyQjE=";
  };

  outputs = [