python3Packages.fastembed: 0.7.0 -> 0.7.1 (#418261)

This commit is contained in:
Yt 2025-06-19 22:41:19 -04:00 committed by GitHub
commit 9562a69330
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.7.0";
version = "0.7.1";
pyproject = true;
src = fetchFromGitHub {
owner = "qdrant";
repo = "fastembed";
tag = "v${version}";
hash = "sha256-CnUg6ZJ3VmKXbeWWsD0j4KTdUhqrgOP5PBnHtghugHQ=";
hash = "sha256-zftNBATvb9iCjEOWIg0Q8/1+VwQ1km/iob3TgOAfJbg=";
};
build-system = [ poetry-core ];