python3Packages.remarshal: 1.2.0 -> 1.3.0

https://github.com/remarshal-project/remarshal/releases/tag/v1.3.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:46 +01:00
parent 8ed110c0a0
commit ce9b76f5af
@@ -13,6 +13,7 @@
pyyaml,
rich-argparse,
ruamel-yaml,
tomli,
tomlkit,
u-msgpack-python,
@@ -22,14 +23,14 @@
buildPythonPackage rec {
pname = "remarshal";
version = "1.2.0"; # test with `nix-build pkgs/pkgs-lib/format`
version = "1.3.0"; # test with `nix-build pkgs/pkgs-lib/format`
pyproject = true;
src = fetchFromGitHub {
owner = "dbohdan";
repo = "remarshal";
tag = "v${version}";
hash = "sha256-y/odWWFJ7KDehYzUKSM/cprcCd+UaArEZFoYbtyW0Ok=";
hash = "sha256-/K8x6ij23pk5O1+XJdFHaGbZ47nFMbXzp+4UMO5dGp4=";
};
build-system = [ poetry-core ];
@@ -41,6 +42,7 @@ buildPythonPackage rec {
pyyaml
rich-argparse
ruamel-yaml
tomli
tomlkit
u-msgpack-python
];
@@ -48,7 +50,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = {
changelog = "https://github.com/remarshal-project/remarshal/releases/tag/v${version}";
changelog = "https://github.com/remarshal-project/remarshal/releases/tag/${src.tag}";
description = "Convert between TOML, YAML and JSON";
license = lib.licenses.mit;
homepage = "https://github.com/dbohdan/remarshal";