Merge pull request from r-ryantm/auto-update/python311Packages.fastembed

python311Packages.fastembed: 0.3.0 -> 0.3.1
This commit is contained in:
Yt 2024-06-21 01:16:27 +00:00 committed by GitHub
commit 3825ead062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-Tfj0YdUW/Nnvn4+RoOWj9l0gDkWbpVgiADA09ht4xxM=";
hash = "sha256-bFIikLogTxrwLNR+NOnnRjKGneZ63N7CBuu81z85xZo=";
};
build-system = [ poetry-core ];