python3Packages.llm-anthropic: 0.18 -> 0.19

This commit is contained in:
R. Ryantm
2025-10-06 07:14:20 +00:00
parent 0bcf98ab2f
commit eeb1149df0
@@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "llm-anthropic";
version = "0.18";
version = "0.19";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-anthropic";
tag = version;
hash = "sha256-eyB68wPc4ALnEypUXN20ru7UfS6yKLp2NJohH3Av9Ls=";
hash = "sha256-2RGjcbT5Q9kuc89l/hyofg9EkYJUDXQGYbMx1xE/qn4=";
};
build-system = [