python312Packages.chromadb: 0.4.23 -> 0.5.0

Changelog: https://github.com/chroma-core/chroma/releases/tag/0.5.0
This commit is contained in:
Fabian Affolter 2024-05-02 10:06:20 +02:00
parent 5be314d1c4
commit 354ac74a61

View File

@ -49,7 +49,7 @@
buildPythonPackage rec {
pname = "chromadb";
version = "0.4.23";
version = "0.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -58,13 +58,13 @@ buildPythonPackage rec {
owner = "chroma-core";
repo = "chroma";
rev = "refs/tags/${version}";
hash = "sha256-5gI+FE2jx4G/qahATLcYsONfPZZkk1RFFYK5nrpE0Ug=";
hash = "sha256-gM+fexjwifF3evR8jZvMbIDz655RFKPUizrsB2q5tbw=";
};
cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-glItbT8gg5SAySnfx3A9TaPyFmd1R46JpAB1JnjBE5M=";
hash = "sha256-zyiFv/gswGupm7Y8BhviklqJzM914v0QyUsRwbGKZ48=";
};
pythonRelaxDeps = [