python3Packages.tyro: 0.9.19 -> 0.9.27

https://github.com/brentyi/tyro/releases/tag/v0.9.27

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:37 +02:00
parent c9cc97fdb5
commit f1160d31e0
@@ -26,14 +26,14 @@
buildPythonPackage rec {
pname = "tyro";
version = "0.9.19";
version = "0.9.27";
pyproject = true;
src = fetchFromGitHub {
owner = "brentyi";
repo = "tyro";
tag = "v${version}";
hash = "sha256-A1Vplc84Xy8TufqmklPUzIdgiPpFcIjqV0eUgdKmYRM=";
hash = "sha256-2duLVdBwNpGWCV+WgtzyXjoVhukVjUUhIWXVBEk4QIA=";
};
build-system = [ hatchling ];
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = {
description = "CLI interfaces & config objects, from types";
homepage = "https://github.com/brentyi/tyro";
changelog = "https://github.com/brentyi/tyro/releases/tag/v${version}";
changelog = "https://github.com/brentyi/tyro/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ hoh ];
};