python3Packages.llm-anthropic: 0.24 -> 0.25

This commit is contained in:
Sarah Clark
2026-04-27 14:24:56 -07:00
parent afcbedc1e0
commit d170df7c95
@@ -15,14 +15,14 @@
buildPythonPackage (finalAttrs: {
pname = "llm-anthropic";
version = "0.24";
version = "0.25";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-anthropic";
tag = finalAttrs.version;
hash = "sha256-0nI/J7gGTUyrvluez9H8WD4kCuMFgWR5zFHRMxh9DXQ=";
hash = "sha256-dgt8DQkwVsAduzvwzN0xmLuJ4erj5KYU8x+SFCynDBI=";
};
build-system = [