Unverified Commit 6297ccd4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #212323 from r-ryantm/auto-update/python310Packages.types-protobuf

python310Packages.types-protobuf: 4.21.0.2 -> 4.21.0.5
parents 144905bc 5cbeee05
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-protobuf";
  version = "4.21.0.2";
  version = "4.21.0.5";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-ffSD00rT/LH6f/8Qc1YNWWyawfQZz6hRsiDJqTOGyZg=";
    sha256 = "sha256-gZp8Z+aUduOcPwyYcbu57oIxNkXTF7ba62CslaMJ29M=";
  };

  propagatedBuildInputs = [