python311Packages.fastembed: unstable-2023-09-07 -> 0.1.1

Diff: https://github.com/qdrant/fastembed/compare/9c5d32f271dfe9ae4730694727ff5df480983942...0.1.1
This commit is contained in:
natsukium
2023-10-17 07:39:25 +00:00
committed by Yt
parent a1fd5a4768
commit 3ceeae860e
@@ -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=";
};