We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fd1748 + 706fc12 commit 5997b99Copy full SHA for 5997b99
pkgs/development/python-modules/fastembed/default.nix
@@ -23,14 +23,14 @@
23
24
buildPythonPackage rec {
25
pname = "fastembed";
26
- version = "0.6.0";
+ version = "0.6.1";
27
pyproject = true;
28
29
src = fetchFromGitHub {
30
owner = "qdrant";
31
repo = "fastembed";
32
tag = "v${version}";
33
- hash = "sha256-mZClZuSTTGQQSH6KYLcVx0YaNoAwRO25eRxGGjOz8B8=";
+ hash = "sha256-/yg4yA/f2J2ku97xeMFPqVHgBUzlGJLVCF0fhu1rz8Q=";
34
};
35
36
build-system = [ poetry-core ];
0 commit comments