python312Packages.meilisearch: 0.34.0 -> 0.34.1

This commit is contained in:
R. Ryantm
2025-04-05 09:48:57 +00:00
parent 42a1c966be
commit c9bc458dbc
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.34.0";
version = "0.34.1";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "meilisearch";
repo = "meilisearch-python";
tag = "v${version}";
hash = "sha256-2AiQorAkDKHiq4DhwzUjJPCj6KCB6A2FAMgEqSrSrRg=";
hash = "sha256-y4iGA0SJxjzddej5uXH2k3doaKBfXFVHlrRAjrD0CBA=";
};
build-system = [ setuptools ];
@@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Client for the Meilisearch API";
homepage = "https://github.com/meilisearch/meilisearch-python";
changelog = "https://github.com/meilisearch/meilisearch-python/releases/tag/v${version}";
changelog = "https://github.com/meilisearch/meilisearch-python/releases/tag/${src.tag}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};