python3Packages.langchain: 0.0.207 -> 0.0.216
Diff: https://github.com/hwchase17/langchain/compare/refs/tags/v0.0.207...v0.0.216 Changelog: https://github.com/hwchase17/langchain/releases/tag/v0.0.216
This commit is contained in:
parent
569ee88533
commit
534528c1c6
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain";
|
||||
version = "0.0.207";
|
||||
version = "0.0.216";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -86,7 +86,7 @@ buildPythonPackage rec {
|
|||
owner = "hwchase17";
|
||||
repo = "langchain";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-/gPkgHcHHyFAhPF4hqEMkOaHV9Z1159ZdB2lwtsJEKE=";
|
||||
hash = "sha256-g01EMquASxXl9drLhKtTwG9+gSa17aBq0c8UXcErCjI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue