python3Packages.pydantic-yaml-0: disable nix-update-script

This commit is contained in:
Jon Seager 2024-04-16 12:17:03 +01:00
parent 6922c8caa3
commit 5ed8afee5e
No known key found for this signature in database
1 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, nix-update-script
, deprecated
, importlib-metadata
, pydantic_1
@ -55,8 +54,6 @@ buildPythonPackage rec {
pytestCheckHook
];
passthru.updateScript = nix-update-script { };
meta = {
description = "A small helper library that adds some YAML capabilities to pydantic";
homepage = "https://github.com/NowanIlfideme/pydantic-yaml";