Unverified Commit 9b261742 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

Revert "python3Packages.protobuf: 5.29.4 -> 6.30.2"

This reverts commit 6cfb39920260a4b290e0de1cddc28d1a5e85813d.

Breaks imports on various google packages.
parent 8a265644
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "protobuf";
  version = "6.30.2";
  version = "5.29.4";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-NchZrgdtjFYFTCW1nl5ZY42GVF7W4rbvrGvgtuo7oEg=";
    hash = "sha256-Tx3815l7Me+PU+yCeB/0NKKL9x2RAt3eFNB2rc/HjJk=";
  };

  build-system = [ setuptools ];