Unverified Commit 1f6b33cc authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.meilisearch: 0.33.0 -> 0.33.1 (#371925)

parents 165e372a 8766f12b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@

buildPythonPackage rec {
  pname = "meilisearch";
  version = "0.33.0";
  version = "0.33.1";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "meilisearch";
    repo = "meilisearch-python";
    tag = "v${version}";
    hash = "sha256-Eo1KBpSek1FnSp21vpsJEwISvUYEqOaodwrbarVcu7c=";
    hash = "sha256-8x6Q0nGFz1pJ1jPfbepE7YL6z/HPkeyRYvwS9jJblRI=";
  };

  build-system = [ setuptools ];