14 buildPythonPackage rec {
15 pname = "flow-record";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
25 hash = "sha256-hULz5pIqCKujVH3SpzFgzNM9R7WTtqAmuNOxG7VlUd0=";
28 SETUPTOOLS_SCM_PRETEND_VERSION = version;
35 propagatedBuildInputs = [
39 passthru.optional-dependencies = {
53 pythonImportsCheck = [
63 description = "Library for defining and creating structured data";
64 homepage = "https://github.com/fox-it/flow.record";
65 license = licenses.agpl3Only;
66 maintainers = with maintainers; [ fab ];