We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fcb97f + 505578f commit 9012866Copy full SHA for 9012866
pkgs/development/python-modules/meilisearch/default.nix
@@ -10,7 +10,7 @@
10
11
buildPythonPackage rec {
12
pname = "meilisearch";
13
- version = "0.31.2";
+ version = "0.31.3";
14
pyproject = true;
15
16
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
19
owner = "meilisearch";
20
repo = "meilisearch-python";
21
rev = "refs/tags/v${version}";
22
- hash = "sha256-OGL7n4GIRrwU8OBdzi/H09lUy/Vue0bfHCLnztc4h5g=";
+ hash = "sha256-8O0tTif5ii12lD0SXD2rDiRK8xOWkYrZ+K2MTG+Pj7A=";
23
};
24
25
build-system = [ setuptools ];
0 commit comments