Skip to content

Commit 5997b99

Browse files
authored
python312Packages.fastembed: 0.6.0 -> 0.6.1 (NixOS#397703)
2 parents 7fd1748 + 706fc12 commit 5997b99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/fastembed/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "fastembed";
26-
version = "0.6.0";
26+
version = "0.6.1";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "qdrant";
3131
repo = "fastembed";
3232
tag = "v${version}";
33-
hash = "sha256-mZClZuSTTGQQSH6KYLcVx0YaNoAwRO25eRxGGjOz8B8=";
33+
hash = "sha256-/yg4yA/f2J2ku97xeMFPqVHgBUzlGJLVCF0fhu1rz8Q=";
3434
};
3535

3636
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)