Unverified Commit 1a485278 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.pylacus: remove disabled

parent e3f80ba2
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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";