python3Packages.llama-stack-client: 0.7.2 -> 0.7.4 (#526538)

This commit is contained in:
Fabian Affolter
2026-06-01 20:40:20 +00:00
committed by GitHub

View File

@@ -32,13 +32,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-stack-client";
version = "0.7.2";
version = "0.7.4";
pyproject = true;
src = fetchPypi {
pname = "llama_stack_client";
inherit (finalAttrs) version;
hash = "sha256-DjRYgAr2oY/Y/F4HYO1iaTGkFvbB/fJK66QAHm/Kmuw=";
hash = "sha256-SxPWXuH1ob5eYoZyWWs2YWsyElJufS28QXnby2hgwWc=";
};
postPatch = ''