Skip to content

Commit e9b255a

Browse files
authored
python312Packages.fastembed: 0.5.1 -> 0.6.0 (#388217)
2 parents d20f07c + 329a253 commit e9b255a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

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

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

3636
build-system = [ poetry-core ];
@@ -64,7 +64,7 @@ buildPythonPackage rec {
6464
meta = {
6565
description = "Fast, Accurate, Lightweight Python library to make State of the Art Embedding";
6666
homepage = "https://github.com/qdrant/fastembed";
67-
changelog = "https://github.com/qdrant/fastembed/releases/tag/v${version}";
67+
changelog = "https://github.com/qdrant/fastembed/releases/tag/${src.tag}";
6868
license = lib.licenses.asl20;
6969
maintainers = with lib.maintainers; [ happysalada ];
7070
# terminate called after throwing an instance of 'onnxruntime::OnnxRuntimeException'

0 commit comments

Comments
 (0)