python3Packages.langchain: 0.0.180 -> 0.0.183
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.180...v0.0.183 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.183
This commit is contained in:
parent
413a534a8c
commit
25b9e543da
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain";
|
||||
version = "0.0.180";
|
||||
version = "0.0.183";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -83,7 +83,7 @@ buildPythonPackage rec {
|
|||
owner = "hwchase17";
|
||||
repo = "langchain";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-5ZA5CXS9+NCyOXGbjgGk+iNCF/B2Wm4xRpR6t5uJ+yg=";
|
||||
hash = "sha256-AE3OKrp+F6z7j5rGaqeo+hwN5Wi6ik638WrxCtAJ7Ro=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue