python3Packages.llama-stack-client: 0.7.1 -> 0.7.2 (#508942)

This commit is contained in:
Fabian Affolter
2026-04-11 21:20:31 +00:00
committed by GitHub
@@ -32,13 +32,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-stack-client";
version = "0.7.1";
version = "0.7.2";
pyproject = true;
src = fetchPypi {
pname = "llama_stack_client";
inherit (finalAttrs) version;
hash = "sha256-kNipBRnLPvZEvORWbGp1IYT9ablgxXm0GIbXD+R8tE8=";
hash = "sha256-DjRYgAr2oY/Y/F4HYO1iaTGkFvbB/fJK66QAHm/Kmuw=";
};
postPatch = ''