From f8dd6bd3840f3f2a37a29da90fca8186cc5bd474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Tue, 17 Feb 2026 15:57:47 +0100 Subject: [PATCH] python3Packages.typer: 0.22.0 -> 0.24.0 Diff: https://github.com/fastapi/typer/compare/0.22.0...0.24.0 Changelog: https://github.com/tiangolo/typer/releases/tag/0.24.0 --- pkgs/development/python-modules/typer/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/typer/default.nix b/pkgs/development/python-modules/typer/default.nix index 762e0eb447d8..c9bc634b3549 100644 --- a/pkgs/development/python-modules/typer/default.nix +++ b/pkgs/development/python-modules/typer/default.nix @@ -24,14 +24,14 @@ buildPythonPackage rec { pname = "typer"; - version = "0.22.0"; + version = "0.24.0"; pyproject = true; src = fetchFromGitHub { owner = "fastapi"; repo = "typer"; tag = version; - hash = "sha256-XwfvMtDyBKim3e3kmRZa3G6r1k9jmurwbuVmpyLG/Z0="; + hash = "sha256-ha/cT2+I9/WUjb7ZXSKqLSocZ3vq0N1fm4RvRpsXIDc="; }; postPatch = ''