python3Packages.tyro: 0.9.28 -> 0.9.32 (#449533)

This commit is contained in:
Fabian Affolter
2025-10-08 07:52:28 +00:00
committed by GitHub
@@ -27,14 +27,14 @@
buildPythonPackage rec {
pname = "tyro";
version = "0.9.28";
version = "0.9.32";
pyproject = true;
src = fetchFromGitHub {
owner = "brentyi";
repo = "tyro";
tag = "v${version}";
hash = "sha256-dxciOLNxOjTTIm7P1XTRMgW1a6Sdbnfnqc0EEfyq7IM=";
hash = "sha256-Tp94PSJmVgMnJjf1xBq8JUtHhSZPK135h9F3QzPyWa0=";
};
build-system = [ hatchling ];