mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
python3Packages.langchain-text-splitters: 0.3.7 -> 0.3.8
changelog: https://github.com/langchain-ai/langchain/releases/tag/langchain-text-splitters%3D%3D0.3.8 diff: https://github.com/langchain-ai/langchain/compare/langchain-text-splitters%3D%3D0.3.7...langchain-text-splitters%3D%3D0.3.8
This commit is contained in:
parent
8996d874ae
commit
ab653420c5
1 changed files with 2 additions and 2 deletions
|
@ -18,14 +18,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "langchain-text-splitters";
|
||||
version = "0.3.7";
|
||||
version = "0.3.8";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "langchain-ai";
|
||||
repo = "langchain";
|
||||
tag = "langchain-text-splitters==${version}";
|
||||
hash = "sha256-tIX1nxmXU3xhJuM2Q3Tm4fbCoJwI0A8+G1aSyLcoNo0=";
|
||||
hash = "sha256-Ia3ZZ94uLZUVr1/w4HLPZLM6u8leA4OJtAwUf7eSAE0=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/libs/text-splitters";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue