python3Packages.meilisearch: 0.39.0 -> 0.40.0

This commit is contained in:
R. Ryantm
2026-01-19 14:33:44 +00:00
parent 68c13d95ac
commit 12f5f063f5
@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.39.0";
version = "0.40.0";
pyproject = true;
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch-python";
tag = "v${version}";
hash = "sha256-+BhoJjYpvRSMK8P6coHYH0KFTDUKOeeEmyogYpAMWeE=";
hash = "sha256-mxIE2/gZhV8geE0UJ2ModGKs0TPjJLyp38Wvcs59wz8=";
};
build-system = [ setuptools ];