20 buildPythonPackage rec {
25 src = fetchFromGitHub {
28 rev = "refs/tags/v${version}";
29 hash = "sha256-2WxMh5P/8NvElymnMU3JzQU0P4DMXFF6j15OxLaS+VA=";
41 propagatedBuildInputs = [
54 changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";
55 description = "Convert between TOML, YAML and JSON";
56 license = licenses.mit;
57 homepage = "https://github.com/dbohdan/remarshal";
58 maintainers = with maintainers; [ offline ];