python313Packages.pylacus: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-10 10:38:03 +01:00
committed by GitHub
parent e3f80ba2be
commit 1a4852787b
@@ -3,7 +3,6 @@
buildPythonPackage,
fetchFromGitHub,
poetry-core,
pythonOlder,
requests,
}:
@@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "1.19.1";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "ail-project";
repo = "PyLacus";