about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:45 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:47 +0200
commit0579d86ddb461790dbfc8d3dd0d402da6ba90909 (patch)
tree6c60ca9267d8fed41e7d9dd9be6a8ce281bc190c /pkgs
parent78c366e9a54d2c3516e5b937c5df828fbbf6b34a (diff)
python3Packages.anthropic: 0.3.11 -> 0.3.13
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/anthropic/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/anthropic/default.nix b/pkgs/development/python-modules/anthropic/default.nix
index 8344af4390704..ef0ffe778e462 100644
--- a/pkgs/development/python-modules/anthropic/default.nix
+++ b/pkgs/development/python-modules/anthropic/default.nix
@@ -16,7 +16,7 @@
 
 buildPythonPackage rec {
   pname = "anthropic";
-  version = "0.3.11";
+  version = "0.3.13";
   format = "pyproject";
 
   disabled = pythonOlder "3.8";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
     owner = "anthropics";
     repo = "anthropic-sdk-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-bjagT0I0/N76CGf1b8EBNyOTzPBWybr2I2yO5NWO3po=";
+    hash = "sha256-2sw/tzbKd0d4sSHM+PYTE/XeqkycFFLfG1c/lyrU4Jc=";
   };
 
   nativeBuildInputs = [