python3Packages.es-client: 8.14.4 -> 8.15.1

https://github.com/untergeek/es_client/releases/tag/v8.15.1
This commit is contained in:
Martin Weinelt
2024-10-13 11:03:18 +02:00
parent 1fbde8aa6d
commit e1a4473f71
@@ -21,7 +21,7 @@
buildPythonPackage rec {
pname = "es-client";
version = "8.14.4";
version = "8.15.1";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-CJhiSDmIlhTWV7LLWd2ZCzuj5cWXwgh0lkKJvhmaDFw=";
hash = "sha256-t/d+aZ11JU9vhZIRkZcsahW8HzEkxbgIc5Zua4WPMjg=";
};
pythonRelaxDeps = true;