python312Packages.courlan: update disabled

This commit is contained in:
Fabian Affolter 2024-08-08 09:36:27 +02:00 committed by GitHub
parent 906c1b3a7c
commit 8b2fe41bcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "1.3.0";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;