python311Packages.dissect-executable: refactor
This commit is contained in:
parent
a69527ffec
commit
434e4065af
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "dissect-executable";
|
pname = "dissect-executable";
|
||||||
version = "1.5";
|
version = "1.5";
|
||||||
format = "pyproject";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue