python3Packages.tyro: 1.0.13 -> 1.0.15

This commit is contained in:
R. Ryantm
2026-06-26 07:53:32 +00:00
parent 19e056881c
commit 266a8474d4
@@ -25,14 +25,14 @@
buildPythonPackage (finalAttrs: {
pname = "tyro";
version = "1.0.13";
version = "1.0.15";
pyproject = true;
src = fetchFromGitHub {
owner = "brentyi";
repo = "tyro";
tag = "v${finalAttrs.version}";
hash = "sha256-Ux0bAF96KGhsy9b7NvybJpMKQP2G6BsQwnew0c44tXM=";
hash = "sha256-mnYVinyys21BjHRhwOLjc3n8mShH2+krEK0dK0VBWp4=";
};
build-system = [ hatchling ];