python310Packages.anthropic: 0.2.9 -> 0.2.10

This commit is contained in:
R. Ryantm 2023-06-08 04:58:58 +00:00
parent b9e05544c9
commit 6a57114a31

View File

@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "anthropic";
version = "0.2.9";
version = "0.2.10";
format = "pyproject";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-LURWTTYsztbo5mI2bk3n+U3NxsthNGpeUoNZsK/B8vM=";
hash = "sha256-5NoGGobY/7hgcsCw/q8hmjpPff3dQiTfm6dp5GlJjBk=";
};
nativeBuildInputs = [