jefferson: remove superfluous pythonOlder

This commit is contained in:
Gutyina Gergő
2026-01-19 10:31:49 +01:00
parent ae2ab037f5
commit d930b15230
-1
View File
@@ -9,7 +9,6 @@ python3.pkgs.buildPythonApplication rec {
pname = "jefferson";
version = "0.4.6";
pyproject = true;
disabled = python3.pkgs.pythonOlder "3.9";
src = fetchFromGitHub {
owner = "onekey-sec";