Merge pull request #241618 from fabaff/meilisearch-bump

python311Packages.meilisearch: 0.28.0 -> 0.28.1
This commit is contained in:
Fabian Affolter 2023-07-05 22:34:44 +02:00 committed by GitHub
commit cb83e094bc
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.28.0";
version = "0.28.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-gSJ7B2QaO6ei1wJwxpN/ciZ7VH6Bg1Qp8bUlrdLxtCs=";
hash = "sha256-iaho3a6Agk5Utl7px+E3afUJfoWbhoYSCe2WqYzDF1w=";
};
nativeBuildInputs = [