From bffc1e8dbd453555e429ab24e644753579fed9dd Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 3 Aug 2025 08:35:51 +0200 Subject: [PATCH] python313Packages.typer-shell: 0.1.12 -> 0.2.1 Diff: https://github.com/FergusFettes/typer-shell/compare/refs/tags/v0.1.12...refs/tags/v0.2.1 --- pkgs/development/python-modules/typer-shell/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/typer-shell/default.nix b/pkgs/development/python-modules/typer-shell/default.nix index 07f3ea5528ec..cdc436273118 100644 --- a/pkgs/development/python-modules/typer-shell/default.nix +++ b/pkgs/development/python-modules/typer-shell/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "typer-shell"; - version = "0.1.12"; + version = "0.2.1"; pyproject = true; disabled = pythonOlder "3.9"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "FergusFettes"; repo = "typer-shell"; tag = "v${version}"; - hash = "sha256-fnqI+nKMaQocBWd9i/lqq8OzKwFdxJ8+7aYG5sNQ55E="; + hash = "sha256-ch5xElSIIIYNtE1Wb6aWUvbV0gT5MU1sLIY+suYzjHE="; }; pythonRelaxDeps = [