python3Packages.llm-anthropic: 0.25 -> 0.25.1 (#528726)

This commit is contained in:
Fabian Affolter
2026-06-06 09:59:06 +00:00
committed by GitHub
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "llm-anthropic";
version = "0.25";
version = "0.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-anthropic";
tag = finalAttrs.version;
hash = "sha256-dgt8DQkwVsAduzvwzN0xmLuJ4erj5KYU8x+SFCynDBI=";
hash = "sha256-b9XnPxKDGsiy20Me70sYrkMVO36OF3EwWOHLyEd5z4E=";
};
build-system = [