Loading pkgs/development/python-modules/langchain-text-splitters/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "langchain-text-splitters"; version = "0.2.9"; version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-core==${version}"; hash = "sha256-/BUn/NxaE9l3VY6dPshr1JJaHTGzn9NMQhSQ2De65Jg="; rev = "refs/tags/langchain-text-splitters==${version}"; hash = "sha256-SixF3ZkN+gjQ4KYLhGoezdQAOQ1AlGEC6IBzHePF6/o="; }; sourceRoot = "${src.name}/libs/text-splitters"; Loading @@ -43,9 +43,9 @@ buildPythonPackage rec { }; meta = { description = "Build context-aware reasoning applications"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-text-splitters==${version}"; description = "LangChain utilities for splitting into chunks a wide variety of text documents"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/${src.rev}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/langchain-text-splitters/default.nix +5 −5 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "langchain-text-splitters"; version = "0.2.9"; version = "0.2.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; rev = "refs/tags/langchain-core==${version}"; hash = "sha256-/BUn/NxaE9l3VY6dPshr1JJaHTGzn9NMQhSQ2De65Jg="; rev = "refs/tags/langchain-text-splitters==${version}"; hash = "sha256-SixF3ZkN+gjQ4KYLhGoezdQAOQ1AlGEC6IBzHePF6/o="; }; sourceRoot = "${src.name}/libs/text-splitters"; Loading @@ -43,9 +43,9 @@ buildPythonPackage rec { }; meta = { description = "Build context-aware reasoning applications"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/langchain-text-splitters==${version}"; description = "LangChain utilities for splitting into chunks a wide variety of text documents"; homepage = "https://github.com/langchain-ai/langchain/tree/master/libs/text-splitters"; changelog = "https://github.com/langchain-ai/langchain/releases/tag/${src.rev}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; Loading