python311Packages.fastembed: unstable-2023-09-07 -> 0.1.1
Diff: 9c5d32f271
...0.1.1
This commit is contained in:
parent
a1fd5a4768
commit
3ceeae860e
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@
|
|||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
buildPythonPackage rec {
|
||||
pname = "fastembed";
|
||||
version = "unstable-2023-09-07";
|
||||
version = "0.1.1";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
@ -20,7 +20,7 @@ buildPythonPackage {
|
|||
src = fetchFromGitHub {
|
||||
owner = "qdrant";
|
||||
repo = "fastembed";
|
||||
rev = "9c5d32f271dfe9ae4730694727ff5df480983942";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-d7Zb0IL0NOPEPsCHe/ZMNELnSCG4+y8JmGAXnCRUd50=";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue