python311Packages.fastembed: 0.3.0 -> 0.3.1

This commit is contained in:
R. Ryantm
2024-06-20 14:53:00 +00:00
parent 3d37622cff
commit 9e92e3ec0c
@@ -25,7 +25,7 @@
buildPythonPackage rec {
pname = "fastembed";
version = "0.3.0";
version = "0.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -34,7 +34,7 @@ buildPythonPackage rec {
owner = "qdrant";
repo = "fastembed";
rev = "refs/tags/v${version}";
hash = "sha256-Tfj0YdUW/Nnvn4+RoOWj9l0gDkWbpVgiADA09ht4xxM=";
hash = "sha256-bFIikLogTxrwLNR+NOnnRjKGneZ63N7CBuu81z85xZo=";
};
build-system = [ poetry-core ];