Skip to content

Commit 71aa110

Browse files
authored
Merge pull request #336096 from r-ryantm/auto-update/python312Packages.meilisearch
python312Packages.meilisearch: 0.31.4 -> 0.31.5
2 parents dc7379e + 8e8472a commit 71aa110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/meilisearch/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
buildPythonPackage rec {
1212
pname = "meilisearch";
13-
version = "0.31.4";
13+
version = "0.31.5";
1414
pyproject = true;
1515

1616
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
1919
owner = "meilisearch";
2020
repo = "meilisearch-python";
2121
rev = "refs/tags/v${version}";
22-
hash = "sha256-+1VqnAIqiLaPl75dH4tf3/GFRuwkSrKpqOcv9dGYsb8=";
22+
hash = "sha256-br+FnUnwDt64dvZAMEK/oqESCWZuOUt9Lp9HGcIPqxc=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)