From 5fe25516d9b841f6bd6d494807de64c9b96d7ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 1 May 2026 08:40:44 -0700 Subject: [PATCH] python3Packages.typer-injector: 0.2.0 -> 0.3.0 Diff: https://github.com/BenjyWiener/typer-injector/compare/v0.2.0...v0.3.0 --- .../python-modules/typer-injector/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/typer-injector/default.nix b/pkgs/development/python-modules/typer-injector/default.nix index b65096ff5aa6..768fd480039b 100644 --- a/pkgs/development/python-modules/typer-injector/default.nix +++ b/pkgs/development/python-modules/typer-injector/default.nix @@ -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