python311Packages.meilisearch: 0.31.1 -> 0.31.2

This commit is contained in:
R. Ryantm 2024-06-10 00:04:21 +00:00
parent 407d11d76b
commit afd0d967bf

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.31.1";
version = "0.31.2";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-rD9f0J8Ez+WrpEyDZa3GVuBxj6Kv7McBzIuk9RtsjHk=";
hash = "sha256-OGL7n4GIRrwU8OBdzi/H09lUy/Vue0bfHCLnztc4h5g=";
};
build-system = [ setuptools ];