Loading pkgs/development/python-modules/langchain-aws/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,25 +2,31 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system poetry-core, # dependencies boto3, langchain-core, numpy, poetry-core, pytestCheckHook, pytest-asyncio, # tests langchain-standard-tests, pytest-asyncio, pytestCheckHook, }: buildPythonPackage rec { pname = "langchain-aws"; version = "0.1.17"; version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-aws"; rev = "refs/tags/v${version}"; hash = "sha256-n9nQheuUZMrjZMpR3aqbrRb/AhcgiF4CFO9ROh9aFNc="; hash = "sha256-P9CfAVpKh7djhUQc3DyyJTWqs9RbrTeLyynLei0x00o="; }; postPatch = '' Loading Loading
pkgs/development/python-modules/langchain-aws/default.nix +11 −5 Original line number Diff line number Diff line Loading @@ -2,25 +2,31 @@ lib, buildPythonPackage, fetchFromGitHub, # build-system poetry-core, # dependencies boto3, langchain-core, numpy, poetry-core, pytestCheckHook, pytest-asyncio, # tests langchain-standard-tests, pytest-asyncio, pytestCheckHook, }: buildPythonPackage rec { pname = "langchain-aws"; version = "0.1.17"; version = "0.2.0"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain-aws"; rev = "refs/tags/v${version}"; hash = "sha256-n9nQheuUZMrjZMpR3aqbrRb/AhcgiF4CFO9ROh9aFNc="; hash = "sha256-P9CfAVpKh7djhUQc3DyyJTWqs9RbrTeLyynLei0x00o="; }; postPatch = '' Loading