Commit e6fd9b85 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.fastembed: 0.3.4 -> 0.3.5

parent a2f47ce5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

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

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

  build-system = [ poetry-core ];