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:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user