23 buildPythonPackage rec {
28 src = fetchFromGitHub {
31 rev = "refs/tags/v${version}";
32 hash = "sha256-Fy+K0fM+vjZp8u7C0ElFa1xQM/CIMqFALe42gZRBNOs=";
35 build-system = [ poetry-core ];
48 nativeCheckInputs = [ pytestCheckHook ];
51 changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";
52 description = "Convert between TOML, YAML and JSON";
53 license = licenses.mit;
54 homepage = "https://github.com/dbohdan/remarshal";
55 maintainers = with maintainers; [ offline ];