Unverified Commit 31e89728 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

python3Packages.protobuf5: disable nixpkgs-update (#487494)

parents f8debdc0 29ba2db6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ buildPythonPackage rec {
  pname = "protobuf";
  version = "5.29.6";
  pyproject = true;
  # nixpkgs-update: no auto update

  src = fetchPypi {
    inherit pname version;