python313Packages.typer: 0.15.2 -> 0.15.4

https://github.com/tiangolo/typer/releases/tag/0.15.4
This commit is contained in:
Martin Weinelt
2025-05-23 16:27:22 +02:00
parent e3a83ef137
commit bc4700d33d
@@ -25,14 +25,14 @@
buildPythonPackage rec {
pname = "typer";
version = "0.15.2";
version = "0.15.4";
pyproject = true;
src = fetchFromGitHub {
owner = "fastapi";
repo = "typer";
tag = version;
hash = "sha256-9YukmX16fn5u7N9K9fUqZsAzKjio4bl70gHNmsYuQxo";
hash = "sha256-lZJKE8bxYxmDxAmnL7L/fL89gMe44voyHT20DUazd9E=";
};
build-system = [ pdm-backend ];