Commit 31a6adce authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.dissect-volume: update disabled

parent 66a3c4ec
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,9 +12,9 @@
buildPythonPackage rec {
  pname = "dissect-volume";
  version = "3.7";
  format = "pyproject";
  pyproject = true;

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "fox-it";