Merge pull request #236344 from fabaff/meilisearch-bump

python311Packages.meilisearch: 0.27.0 -> 0.28.0
This commit is contained in:
Nick Cao 2023-06-06 20:37:23 -06:00 committed by GitHub
commit 50c6881625
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.27.0";
version = "0.28.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-3oIJ+kz26RljfCw7hu7loRcw9QIP4iLLHtS0OURbO3A=";
hash = "sha256-gSJ7B2QaO6ei1wJwxpN/ciZ7VH6Bg1Qp8bUlrdLxtCs=";
};
nativeBuildInputs = [