Loading pkgs/development/python-modules/langchain-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage rec { pname = "langchain-core"; version = "0.3.65"; version = "0.3.66"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${version}"; hash = "sha256-2iEUrLjvjVpArOPXzF5Z6ZeeQbIGZxuZUTC2buYTOCQ="; hash = "sha256-k9B2ApNyX3w6RTt/XdOl2FvU87NuZSi96vvfJOnBltM="; }; sourceRoot = "${src.name}/libs/core"; Loading Loading
pkgs/development/python-modules/langchain-core/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -36,14 +36,14 @@ buildPythonPackage rec { pname = "langchain-core"; version = "0.3.65"; version = "0.3.66"; pyproject = true; src = fetchFromGitHub { owner = "langchain-ai"; repo = "langchain"; tag = "langchain-core==${version}"; hash = "sha256-2iEUrLjvjVpArOPXzF5Z6ZeeQbIGZxuZUTC2buYTOCQ="; hash = "sha256-k9B2ApNyX3w6RTt/XdOl2FvU87NuZSi96vvfJOnBltM="; }; sourceRoot = "${src.name}/libs/core"; Loading