13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-DboVCvByI8bTThamGBwSiQADGxIaEnTMmwmVI+4ARgc=";
26 # https://github.com/dbt-labs/hologram/pull/58
28 name = "python3.11-test-compatibility.patch";
29 url = "https://github.com/dbt-labs/hologram/commit/84bbe862ef6a2fcc8b8ce85b5c9a006cc7dc1f66.patch";
30 hash = "sha256-t096jJDoKUPED4QHSfVjUMLtUJjWcqjblCtGR8moEJc=";
39 propagatedBuildInputs = [
44 nativeCheckInputs = [ pytestCheckHook ];
46 pythonRelaxDeps = [ "python-dateutil" ];
48 pythonImportsCheck = [ "hologram" ];
51 description = "Library for automatically generating Draft 7 JSON Schemas from Python dataclasses";
52 homepage = "https://github.com/dbt-labs/hologram";
53 license = licenses.mit;
54 maintainers = with maintainers; [