python3Packages.llama-stack-client: 0.7.1 -> 0.7.2

This commit is contained in:
R. Ryantm
2026-04-11 11:24:02 +00:00
parent 13043924aa
commit 036756aadb
@@ -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 = ''