Unverified Commit bf0df81c authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

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

parents e0d68043 5fe25516
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -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