python312Packages.chroma-hnswlib: 0.7.5 -> 0.7.6 (#341788)

This commit is contained in:
Nick Cao 2024-09-15 08:43:29 -04:00 committed by GitHub
commit 40828f2278
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.5";
version = "0.7.6";
pyproject = true;
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "chroma-core";
repo = "hnswlib";
rev = "refs/tags/${version}";
hash = "sha256-KU/t37MZMFeNWPme+rgCHchZH7B8timIV2EH40laXkA=";
hash = "sha256-pjz5SGg2drO6fkml9ojFG7/Gq3/Y7vPaOHc+3LKnjUw=";
};
nativeBuildInputs = [