python312Packages.langchain-community: 0.0.31 -> 0.0.32

This commit is contained in:
Fabian Affolter 2024-04-10 23:36:08 +02:00
parent f973d87b1b
commit ba66597c5e
1 changed files with 2 additions and 2 deletions

View File

@ -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 ];