python312Packages.chromadb: 0.5.18 -> 0.5.20

Diff: https://github.com/chroma-core/chroma/compare/refs/tags/0.5.18...0.5.20

Changelog: https://github.com/chroma-core/chroma/releases/tag/0.5.20
This commit is contained in:
Fabian Affolter 2024-11-21 10:08:18 +01:00
parent 59bcfab931
commit 626b683a71

View File

@ -52,7 +52,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "chromadb"; pname = "chromadb";
version = "0.5.18"; version = "0.5.20";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.9"; disabled = pythonOlder "3.9";
@ -61,13 +61,13 @@ buildPythonPackage rec {
owner = "chroma-core"; owner = "chroma-core";
repo = "chroma"; repo = "chroma";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-kJzBwUaA46HenwTn24AMy0xfgVmBtubJUujDS5/kYXs="; hash = "sha256-DQHkgCHtrn9xi7Kp7TZ5NP1EtFtTH5QOvne9PUvxsWc=";
}; };
cargoDeps = rustPlatform.fetchCargoTarball { cargoDeps = rustPlatform.fetchCargoTarball {
inherit src; inherit src;
name = "${pname}-${version}"; name = "${pname}-${version}";
hash = "sha256-iW68C3Vp9C1gR7hF2x4VhBIKWX9wlnT8jPj+zMRUC7w="; hash = "sha256-vHH7Uq4Jf8/5Vc8oZ5nvAeq/dFVWywsQYbp7yJkfX7Q=";
}; };
pythonRelaxDeps = [ pythonRelaxDeps = [