python3Packages.vcard: fix disabled specification (#376430)

This commit is contained in:
Nick Cao
2025-01-24 16:14:03 -05:00
committed by GitHub
@@ -14,7 +14,7 @@ buildPythonPackage rec {
version = "0.16.1";
pyproject = true;
disabled = pythonOlder "3.8" || pythonAtLeast "3.12";
disabled = pythonOlder "3.8" || pythonAtLeast "3.13";
src = fetchFromGitLab {
owner = "engmark";