python3Packages.chroma-hnswlib: fix version in setup.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user