python3Packages.tyro: 0.9.27 -> 0.9.28

Diff: https://github.com/brentyi/tyro/compare/v0.9.27...v0.9.28

Changelog: https://github.com/brentyi/tyro/releases/tag/v0.9.28

Changed files
+4 -2
pkgs
development
python-modules
+4 -2
pkgs/development/python-modules/tyro/default.nix
···
flax,
jax,
ml-collections,
omegaconf,
pydantic,
pytestCheckHook,
···
buildPythonPackage rec {
pname = "tyro";
-
version = "0.9.27";
pyproject = true;
src = fetchFromGitHub {
owner = "brentyi";
repo = "tyro";
tag = "v${version}";
-
hash = "sha256-2duLVdBwNpGWCV+WgtzyXjoVhukVjUUhIWXVBEk4QIA=";
};
build-system = [ hatchling ];
···
flax
jax
ml-collections
omegaconf
pydantic
pytestCheckHook
···
flax,
jax,
ml-collections,
+
msgspec,
omegaconf,
pydantic,
pytestCheckHook,
···
buildPythonPackage rec {
pname = "tyro";
+
version = "0.9.28";
pyproject = true;
src = fetchFromGitHub {
owner = "brentyi";
repo = "tyro";
tag = "v${version}";
+
hash = "sha256-dxciOLNxOjTTIm7P1XTRMgW1a6Sdbnfnqc0EEfyq7IM=";
};
build-system = [ hatchling ];
···
flax
jax
ml-collections
+
msgspec
omegaconf
pydantic
pytestCheckHook