python3Packages.llama-stack-client: 0.5.0 -> 0.5.1 (#492568)

This commit is contained in:
Fabian Affolter
2026-02-21 08:27:21 +00:00
committed by GitHub
@@ -32,13 +32,13 @@
buildPythonPackage (finalAttrs: {
pname = "llama-stack-client";
version = "0.5.0";
version = "0.5.1";
pyproject = true;
src = fetchPypi {
pname = "llama_stack_client";
inherit (finalAttrs) version;
hash = "sha256-4AWunZdc2jCzuGJhBX8ijXABB+Jj4St5a5IM0fubqWg=";
hash = "sha256-ITq9iHKwjvY8yYCaqWhi2lWCbE2Tl3QqTU649D9VDJc=";
};
postPatch = ''