python3Packages.chroma-hnswlib: fix version in setup.py

This commit is contained in:
Robert Schütz
2026-07-08 19:21:42 -07:00
parent 5f0ee84259
commit a16de1dccf
@@ -21,6 +21,11 @@ buildPythonPackage rec {
hash = "sha256-Fs/BuocZblMSlmP6yp+aykbs0n1AdvL3AVAQI1AnZ9o=";
};
postPatch = ''
substituteInPlace setup.py \
--replace-fail '__version__ = "0.7.6"' '__version__ = "${version}"'
'';
nativeBuildInputs = [
numpy
pybind11