python313Packages.dissect-esedb: 3.17 -> 3.18

Diff: https://github.com/fox-it/dissect.esedb/compare/3.17...3.18

Changelog: https://github.com/fox-it/dissect.esedb/releases/tag/3.18
This commit is contained in:
Fabian Affolter
2025-11-27 20:18:07 +01:00
parent d039102612
commit 21b469d963
@@ -5,7 +5,6 @@
dissect-util,
fetchFromGitHub,
pytestCheckHook,
pythonOlder,
setuptools,
setuptools-scm,
}:
@@ -15,8 +14,6 @@ buildPythonPackage rec {
version = "3.18";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "fox-it";
repo = "dissect.esedb";