Merge pull request #275329 from r-ryantm/auto-update/python310Packages.fastembed

python310Packages.fastembed: 0.1.1 -> 0.1.2
This commit is contained in:
Yt 2023-12-19 05:05:10 +00:00 committed by GitHub
commit 7d37d27840
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.1.1";
version = "0.1.2";
format = "pyproject";
disabled = pythonOlder "3.8";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-d7Zb0IL0NOPEPsCHe/ZMNELnSCG4+y8JmGAXnCRUd50=";
hash = "sha256-FW85xeRcrPL3euXcQ3dS40SapimFgpWtRu6XiIzdzSM=";
};
nativeBuildInputs = [