Skip to content

Commit

Permalink
Merge pull request NixOS#249049 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.langchain

python310Packages.langchain: 0.0.254 -> 0.0.263
  • Loading branch information
natsukium authored Aug 14, 2023
2 parents 4424cfc + 9e27821 commit 3278e72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/langchain/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@

buildPythonPackage rec {
pname = "langchain";
version = "0.0.254";
version = "0.0.263";
format = "pyproject";

disabled = pythonOlder "3.8";
Expand All @@ -94,7 +94,7 @@ buildPythonPackage rec {
owner = "hwchase17";
repo = "langchain";
rev = "refs/tags/v${version}";
hash = "sha256-YQFIF1tA/CjvmD6xGgVre2lbcHR+UYx/sy1dOfpvkPY=";
hash = "sha256-/ReuUVSVO/JqfXFmGU/Yk5GAzmSuJvnr8zOTw3qLZvQ=";
};

sourceRoot = "${src.name}/libs/langchain";
Expand Down

0 comments on commit 3278e72

Please sign in to comment.