Skip to content

Commit

Permalink
python312Packages.chromadb: 0.5.7 -> 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 29, 2024
1 parent c1897bc commit 1ccf0c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/chromadb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

buildPythonPackage rec {
pname = "chromadb";
version = "0.5.7";
version = "0.5.11";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -61,13 +61,13 @@ buildPythonPackage rec {
owner = "chroma-core";
repo = "chroma";
rev = "refs/tags/${version}";
hash = "sha256-+wRauCRrTQsGTadA6Ps0fXcpAl6ajsJRjcVEhP2+2ss=";
hash = "sha256-qE8eX97khcQa2JS9ZuJ1j3/pduXcQGyuVyvsnvKaemo=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-Y2mkWGgS77sGOOL+S/pw/UmrKDRyO+ZbN2Msj35sIl8=";
hash = "sha256-zciqOK5EkvxX3ctkGdkAppOQAW4CJ554PZsw2ctrdG0=";
};

pythonRelaxDeps = [
Expand Down

0 comments on commit 1ccf0c3

Please sign in to comment.