Unverified Commit 434e4065 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python311Packages.dissect-executable: refactor

parent a69527ff
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
buildPythonPackage rec {
  pname = "dissect-executable";
  version = "1.5";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.7";