python312Packages.meilisearch: 0.31.3 -> 0.31.4

This commit is contained in:
R. Ryantm 2024-07-13 09:27:15 +00:00
parent bd24e293f2
commit e6536644e3

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.31.3";
version = "0.31.4";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-8O0tTif5ii12lD0SXD2rDiRK8xOWkYrZ+K2MTG+Pj7A=";
hash = "sha256-+1VqnAIqiLaPl75dH4tf3/GFRuwkSrKpqOcv9dGYsb8=";
};
build-system = [ setuptools ];