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

Merge pull request #261126 from r-ryantm/auto-update/python310Packages.opensearch-py

python310Packages.opensearch-py: 2.3.1 -> 2.3.2
parents 6aab0763 cb391e89
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "opensearch-py";
  version = "2.3.1";
  version = "2.3.2";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "opensearch-project";
    repo = "opensearch-py";
    rev = "refs/tags/v${version}";
    hash = "sha256-aM3N47GM5ABvkjP+SZ+Uvnoh6eTF6wvAPJ1xR10ohJg=";
    hash = "sha256-MkrYCi/iz1OqqrwCZknfcZSEyZNPj+CZFiMycJQk+aQ=";
  };

  propagatedBuildInputs = [