python310Packages.opensearch-py: 2.3.1 -> 2.3.2

This commit is contained in:
R. Ryantm 2023-10-14 23:09:18 +00:00
parent 398ac823a1
commit cb391e8947

View File

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