Skip to content

Commit c112d76

Browse files
committed
1 parent 2e6caf7 commit c112d76

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/langchain-chroma

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/langchain-chroma/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
buildPythonPackage rec {
1616
pname = "langchain-chroma";
17-
version = "0.2.3";
17+
version = "0.2.4";
1818
pyproject = true;
1919

2020
src = fetchFromGitHub {
2121
owner = "langchain-ai";
2222
repo = "langchain";
2323
tag = "langchain-chroma==${version}";
24-
hash = "sha256-6WOViBKXZ844g2M6pYohHsXnzJiWbTNgj9EjN+z+B+4=";
24+
hash = "sha256-w4xvPPLYkPiQA34bimVHLe+vghMI9Pq36CHoE/EMnr8=";
2525
};
2626

2727
sourceRoot = "${src.name}/libs/partners/chroma";

0 commit comments

Comments
 (0)