python313Packages.dissect-ole: remove disabled

This commit is contained in:
Fabian Affolter
2025-11-21 13:34:48 +01:00
committed by GitHub
parent 525fc5c977
commit 40a4619754
@@ -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";