about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-04-10 23:36:08 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2024-04-10 23:36:08 +0200
commitba66597c5eb9ad8b9f1679dd45983498b4796f92 (patch)
tree349c7c76752425afb0098c278b3196394f077fd2 /pkgs/development
parentf973d87b1bf25e11f1305f0e4d00eda70158b2d6 (diff)
python312Packages.langchain-community: 0.0.31 -> 0.0.32
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/langchain-community/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/langchain-community/default.nix b/pkgs/development/python-modules/langchain-community/default.nix
index a23a1df69c64d..6832aeffeaf48 100644
--- a/pkgs/development/python-modules/langchain-community/default.nix
+++ b/pkgs/development/python-modules/langchain-community/default.nix
@@ -18,7 +18,7 @@
 
 buildPythonPackage rec {
   pname = "langchain-community";
-  version = "0.0.31";
+  version = "0.0.32";
   pyproject = true;
 
   disabled = pythonOlder "3.8";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
   src = fetchPypi {
     pname = "langchain_community";
     inherit version;
-    hash = "sha256-mpcLwrtZu0wgS2ltjGLCU09t2zEAUAXMG31/k05Ypfw=";
+    hash = "sha256-FRAhfWRsg4D1TphQNR9tKgsN1zxQG2Zsb0tAuqgWCyk=";
   };
 
   build-system = [ poetry-core ];