Merge pull request #324738 from fabaff/chroma-hnswlib-bump

python312Packages.chroma-hnswlib: 0.7.3 -> 0.7.5
This commit is contained in:
Franz Pletz 2024-07-09 17:47:26 +02:00 committed by GitHub
commit 5fd0963c5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "chroma-hnswlib";
version = "0.7.3";
version = "0.7.5";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "chroma-core";
repo = "hnswlib";
rev = "refs/tags/${version}";
hash = "sha256-c4FvymqZy8AZKbh6Y8xZRjKAqYcUyZABRGc1u7vwlsk=";
hash = "sha256-KU/t37MZMFeNWPme+rgCHchZH7B8timIV2EH40laXkA=";
};
nativeBuildInputs = [