Unverified Commit 6a81ca6b authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #306477 from jnsgruk/pydantic-0-no-update

python3Packages.pydantic_yaml-0: disable automatic update 
parents 223e9ed9 c4c9e50c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

buildPythonPackage rec {
  pname = "pydantic_yaml-0";
  # nixpkgs-update: no auto update
  version = "0.11.2";

  pyproject = true;