Unverified Commit 40a46197 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.dissect-ole: remove disabled

parent 525fc5c9
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  fetchFromGitHub,
  setuptools,
  setuptools-scm,
  pythonOlder,
}:

buildPythonPackage rec {
@@ -14,8 +13,6 @@ buildPythonPackage rec {
  version = "3.12";
  pyproject = true;

  disabled = pythonOlder "3.9";

  src = fetchFromGitHub {
    owner = "fox-it";
    repo = "dissect.ole";