vcard: enable auto-update

This commit is contained in:
Victor Engmark 2024-01-16 18:14:19 +13:00
parent 7876d878cf
commit 07b3d60bb4
No known key found for this signature in database

View File

@ -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";