Skip to content

Commit

Permalink
Merge pull request #281533 from fabaff/meilisearch-bump
Browse files Browse the repository at this point in the history
python311Packages.meilisearch: 0.28.4 -> 0.29.0
  • Loading branch information
marsam authored Jan 18, 2024
2 parents e19e51f + 181faf9 commit b2d4c49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/meilisearch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@

buildPythonPackage rec {
pname = "meilisearch";
version = "0.28.4";
format = "pyproject";
version = "0.29.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "meilisearch";
repo = "meilisearch-python";
rev = "refs/tags/v${version}";
hash = "sha256-ASrm21dW1lCiUZJReJYlot2sp9sO1HuGaWVZXDOC9i4=";
hash = "sha256-jquaxJ+4/yaPsPqer+v2UY1N60U71ig4nowqm/KRIeA=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit b2d4c49

Please sign in to comment.