vcard: enable auto-update

This commit is contained in:
Victor Engmark
2024-06-20 14:08:31 +12:00
parent 7876d878cf
commit 07b3d60bb4
@@ -2,6 +2,7 @@
buildPythonPackage,
fetchFromGitLab,
lib,
nix-update-script,
pytestCheckHook,
python-dateutil,
pythonAtLeast,
@@ -27,6 +28,8 @@ buildPythonPackage rec {
pythonImportsCheck = [ "vcard" ];
passthru.updateScript = nix-update-script { };
meta = {
homepage = "https://gitlab.com/engmark/vcard";
description = "vCard validator, class and utility functions";