python311Packages.dissect-executable: refactor

This commit is contained in:
Fabian Affolter
2024-03-10 21:12:15 +01:00
committed by GitHub
parent a69527ffec
commit 434e4065af
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "dissect-executable";
version = "1.5";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.7";