python3Packages.llm-anthropic: 0.15.1 -> 0.16a2

Diff: https://github.com/simonw/llm-anthropic/compare/refs/tags/0.15.1...refs/tags/0.16a2

Changelog: https://github.com/simonw/llm-anthropic/releases/tag/0.16a2/CHANGELOG.md

Changed files
+2 -2
pkgs
development
python-modules
llm-anthropic
+2 -2
pkgs/development/python-modules/llm-anthropic/default.nix
···
buildPythonPackage rec {
pname = "llm-anthropic";
-
version = "0.15.1";
+
version = "0.16a2";
pyproject = true;
src = fetchFromGitHub {
owner = "simonw";
repo = "llm-anthropic";
tag = version;
-
hash = "sha256-8bVs3MJteOTCiw7n/4pMf+oXMhsQbCSzUFVQqm2ezcE=";
+
hash = "sha256-jb1QetMxvDu45wX/AieBUKEk1KSKUt0heCNEYyOGj6w=";
};
build-system = [