python311Packages.license-expression: refactor
This commit is contained in:
parent
e29640ec3c
commit
7d1fe801fe
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "license-expression";
|
||||
version = "30.2.0";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.6";
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "nexB";
|
||||
|
|
Loading…
Reference in a new issue