python3Packages.llm-anthropic: 0.25 -> 0.25.1

This commit is contained in:
R. Ryantm
2026-06-06 09:15:07 +00:00
parent 51d40d1b68
commit ce95dc8ff4
@@ -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 = [