python3Packages.typer-injector: 0.2.0 -> 0.3.0 (#515509)

This commit is contained in:
dotlambda
2026-05-02 22:15:33 +00:00
committed by GitHub
@@ -10,21 +10,16 @@
buildPythonPackage rec {
pname = "typer-injector";
version = "0.2.0";
version = "0.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "BenjyWiener";
repo = "typer-injector";
tag = "v${version}";
hash = "sha256-nwEYFw+4jeF/SoaZWR51VWRezqBFjGoLiVgJWdPNoIk=";
hash = "sha256-rhYeTNQh1DZuQ7/yNleZPMMBiF29OrcT0vr/yb5HJXk=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "typer-slim" "typer"
'';
build-system = [
hatch-vcs
hatchling