vcard: fix disabled specification

vcard 0.16.1 supports Python 3.12.

See https://gitlab.com/engmark/vcard/-/blob/v0.16.1/setup.py?ref_type=tags
This commit is contained in:
Yueh-Shun Li
2025-01-25 00:20:32 +08:00
parent 8def3ffa62
commit dd54e329bc
@@ -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";