12 buildPythonPackage rec {
13 pname = "dissect-sql";
17 disabled = pythonOlder "3.7";
19 src = fetchFromGitHub {
23 hash = "sha256-uKCCwTFLQSos+L0qc1pFlF3O4FV13up0qFqDYdTZJBk=";
26 SETUPTOOLS_SCM_PRETEND_VERSION = version;
33 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "Dissect module implementing a parsers for the SQLite database file format";
48 homepage = "https://github.com/fox-it/dissect.sql";
49 license = licenses.agpl3Only;
50 maintainers = with maintainers; [ fab ];