python311Packages.es-client: 8.12.5 -> 8.12.8

https://github.com/untergeek/es_client/compare/v8.12.5...v8.12.8
This commit is contained in:
Anthony Roussel 2024-03-24 12:04:59 +01:00
parent a076e82dde
commit d964e7ac2a
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 3 additions and 3 deletions

View File

@ -20,16 +20,16 @@
buildPythonPackage rec {
pname = "es-client";
version = "8.12.5";
version = "8.12.8";
pyproject = true;
disabled = pythonOlder "3.7";
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-gaeNIxHnNulUOGhYHf9dIgBSh2rJIdsYdpPT8OTyEdg=";
hash = "sha256-qv06zb3hIK/TeOZwtMXrV+n8mYSA/UKiyHvRyKEvZkQ=";
};
pythonRelaxDeps = true;