Skip to content

Commit 9012866

Browse files
authored
Merge pull request #320668 from r-ryantm/auto-update/python311Packages.meilisearch
python311Packages.meilisearch: 0.31.2 -> 0.31.3
2 parents 7fcb97f + 505578f commit 9012866

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.2";
13+
version = "0.31.3";
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-OGL7n4GIRrwU8OBdzi/H09lUy/Vue0bfHCLnztc4h5g=";
22+
hash = "sha256-8O0tTif5ii12lD0SXD2rDiRK8xOWkYrZ+K2MTG+Pj7A=";
2323
};
2424

2525
build-system = [ setuptools ];

0 commit comments

Comments
 (0)