python312Packages.fastembed: 0.3.1 -> 0.3.4

This commit is contained in:
R. Ryantm
2024-07-22 07:04:33 +00:00
parent 48b8f3cbb7
commit 2ea39f146e
@@ -24,7 +24,7 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.3.1";
version = "0.3.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-bFIikLogTxrwLNR+NOnnRjKGneZ63N7CBuu81z85xZo=";
hash = "sha256-fsouRmBW56NJMsVsOaBUp920NVj/o0wd6DNsEd5qil8=";
};
build-system = [ poetry-core ];