Unverified Commit 5ff37812 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.mypy-protobuf_3_6: disable auto-update (#499391)

parents 448a88c0 ff6aba2d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,6 +13,8 @@
buildPythonPackage (finalAttrs: {
  pname = "mypy-protobuf";
  version = "3.6.0";
  # nixpkgs-update: no auto update
  # this is a pinned version
  pyproject = true;

  src = fetchFromGitHub {