19 buildPythonPackage rec {
24 src = fetchFromGitHub {
27 rev = "refs/tags/v${version}";
28 hash = "sha256-2WxMh5P/8NvElymnMU3JzQU0P4DMXFF6j15OxLaS+VA=";
35 propagatedBuildInputs = [
48 changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";
49 description = "Convert between TOML, YAML and JSON";
50 license = licenses.mit;
51 homepage = "https://github.com/dbohdan/remarshal";
52 maintainers = with maintainers; [ offline ];