python313Packages.meilisearch: 0.37.1 -> 0.38.0 (#462103)

This commit is contained in:
Fabian Affolter
2025-11-16 01:27:22 +00:00
committed by GitHub

View File

@@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "meilisearch";
version = "0.37.1";
version = "0.38.0";
pyproject = true;
src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch-python";
tag = "v${version}";
hash = "sha256-yPZs8PIwrb4LhaEGX3vLvTJwo6Rb9zbChtq1Wbgh9cw=";
hash = "sha256-KTWeBjNQDZEla2iDfsW5cuGfjoV0c2MV8HrOxg0hs4E=";
};
build-system = [ setuptools ];