Unverified Commit a5101bb1 authored by OTABI Tomoya's avatar OTABI Tomoya Committed by GitHub
Browse files

Merge pull request #268607 from mweinelt/opensearch-py-2.4.2

python311Packages.opensearch-py: 2.4.1 -> 2.4.2
parents a8a178b9 b56b0b28
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@

buildPythonPackage rec {
  pname = "opensearch-py";
  version = "2.4.1";
  version = "2.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "opensearch-project";
    repo = "opensearch-py";
    rev = "refs/tags/v${version}";
    hash = "sha256-nfKUJjB3yAUGiCSLK3xXHQmtDenVZpLjgICR2hMv1aA=";
    hash = "sha256-MPuHdjhsrccKYUIDlDYGoXBbBu/V+q43Puf0e5j8vhU=";
  };

  nativeBuildInputs = [