python311Packages.opensearch-py: 2.4.1 -> 2.4.2

https://github.com/opensearch-project/opensearch-py/releases/tag/v2.4.2
This commit is contained in:
Martin Weinelt 2023-11-20 01:05:35 +01:00
parent 2332b0d7f4
commit b56b0b28a6
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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 = [