about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-05-04 10:27:18 -0400
committerGitHub <noreply@github.com>2024-05-04 10:27:18 -0400
commit803ad4315ed39e88b96e3e754807ef5278eef50d (patch)
tree5e5f5c51ba3b32dfaa455cdef84ec7bd64956d19 /pkgs
parent2eab8a59e271df0838e680bb079c48ecead042e7 (diff)
parenteec4e79901fa9360615084f0e2c92769882de1a3 (diff)
Merge pull request #309012 from r-ryantm/auto-update/python311Packages.cohere
python311Packages.cohere: 5.3.3 -> 5.3.4
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/cohere/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/cohere/default.nix b/pkgs/development/python-modules/cohere/default.nix
index 26deb98e3d451..73af79e3c5898 100644
--- a/pkgs/development/python-modules/cohere/default.nix
+++ b/pkgs/development/python-modules/cohere/default.nix
@@ -15,14 +15,14 @@
 
 buildPythonPackage rec {
   pname = "cohere";
-  version = "5.3.3";
+  version = "5.3.4";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-+/WcC6sN7U0oCR+gwZOhFtgwPEwLCaQnId2KEjDqJ8M=";
+    hash = "sha256-tFoshbAl3RU2fWm/knSN5KMOyCq7Swj6UwG3LokFH+I=";
   };
 
   build-system = [