mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
python312Packages.meilisearch: 0.31.6 -> 0.32.0
Diff: https://github.com/meilisearch/meilisearch-python/compare/refs/tags/v0.31.6...v0.32.0 Changelog: https://github.com/meilisearch/meilisearch-python/releases/tag/v0.32.0
This commit is contained in:
parent
eeab2e4e5e
commit
61fdb8e0d4
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "meilisearch";
|
pname = "meilisearch";
|
||||||
version = "0.31.6";
|
version = "0.32.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
owner = "meilisearch";
|
owner = "meilisearch";
|
||||||
repo = "meilisearch-python";
|
repo = "meilisearch-python";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-YMKspKryhcxecIDLg3PiKHJoRtQBsIi8N//ZtAMBvMg=";
|
hash = "sha256-hgIgsimO2BIYyA7Wsosp1aY0JbA7u/ccuBLQnA8IMlo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
Loading…
Reference in New Issue
Block a user