python310Packages.anthropic: 0.2.7 -> 0.2.9

This commit is contained in:
R. Ryantm 2023-05-17 10:50:51 +00:00
parent 60c84c8841
commit fe167c44f9

View file

@ -12,14 +12,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "anthropic"; pname = "anthropic";
version = "0.2.7"; version = "0.2.9";
format = "pyproject"; format = "pyproject";
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.8";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-2v3WF8eRIruXvFNjRRno3LoXt+dlpaI3LHf243RBJ+U="; hash = "sha256-LURWTTYsztbo5mI2bk3n+U3NxsthNGpeUoNZsK/B8vM=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [