python312Packages.toml-adapt: 0.3.3 -> 0.3.4 (#381366)

This commit is contained in:
Weijia Wang
2025-02-25 16:05:53 +01:00
committed by GitHub
@@ -11,16 +11,16 @@
buildPythonPackage rec {
pname = "toml-adapt";
version = "0.3.3";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = "toml-adapt";
tag = version;
hash = "sha256-KD5dTr/wxFbDg3AbfE0jUbgNjvxqDmbHwjY5Dmp6JFI=";
hash = "sha256-GtwE8P4uP3F6wOrzv/vZ4CJR4tzF7CxpWV/8X/hBZhc=";
};
nativeBuildInputs = [ poetry-core ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple Command-line interface for manipulating toml files";
homepage = "https://github.com/firefly-cpp/toml-adapt";
changelog = "https://github.com/firefly-cpp/toml-adapt/releases/tag/${version}";
changelog = "https://github.com/firefly-cpp/toml-adapt/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ firefly-cpp ];
mainProgram = "toml-adapt";