python3Packages.typer-slim: 0.21.0 -> 0.21.1

https://github.com/tiangolo/typer/releases/tag/0.21.1
This commit is contained in:
Martin Weinelt
2026-02-01 16:40:34 +01:00
parent c7fee63af6
commit e395f9e9b7
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "typer-slim";
version = "0.21.0";
version = "0.21.1";
pyproject = true;
src = fetchFromGitHub {
owner = "fastapi";
repo = "typer";
tag = version;
hash = "sha256-MvrwHemciLa2m0QUTZNuCLa7x63RKWFzJ5k6Ask25ZY=";
hash = "sha256-m/oJL6Yn3SzlD72vaPoag8EOThcNgyLPoiitqBqLgEU=";
};
postPatch = ''