Skip to content

Commit

Permalink
Merge pull request #329085 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.fastembed

python312Packages.fastembed: 0.3.1 -> 0.3.4
  • Loading branch information
happysalada authored Jul 22, 2024
2 parents 1e05360 + 2ea39f1 commit 8249c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fastembed/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

buildPythonPackage rec {
pname = "fastembed";
version = "0.3.1";
version = "0.3.4";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -33,7 +33,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-bFIikLogTxrwLNR+NOnnRjKGneZ63N7CBuu81z85xZo=";
hash = "sha256-fsouRmBW56NJMsVsOaBUp920NVj/o0wd6DNsEd5qil8=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 8249c35

Please sign in to comment.