Fabian Affolter 2024-11-28 22:38:35 +01:00
parent eeab2e4e5e
commit 61fdb8e0d4

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.31.6";
version = "0.32.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-YMKspKryhcxecIDLg3PiKHJoRtQBsIi8N//ZtAMBvMg=";
hash = "sha256-hgIgsimO2BIYyA7Wsosp1aY0JbA7u/ccuBLQnA8IMlo=";
};
build-system = [ setuptools ];