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
This commit is contained in:
Sandro Jäckel
2026-02-17 15:58:57 +01:00
parent a0e9ccda21
commit f8dd6bd384
@@ -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 = ''