0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00
natsukium 2025-01-22 13:48:56 +09:00
parent 0289113291
commit c8fd1c540f
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "langchain-text-splitters";
version = "0.3.2";
version = "0.3.5";
pyproject = true;
src = fetchFromGitHub {
owner = "langchain-ai";
repo = "langchain";
tag = "langchain-text-splitters==${version}";
hash = "sha256-TaK8lnPxKUqwvKLtQIfzg2l8McQ1fd0g9vocHM0+kjY=";
hash = "sha256-2IoNUixZ/+o6ONJpqFa3Z5CLpxj6b6z8dh89kxh2rP4=";
};
sourceRoot = "${src.name}/libs/text-splitters";