python312Packages.es-client: 8.17.1 -> 8.17.4 (#388250)
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "es-client";
|
||||
version = "8.17.1";
|
||||
version = "8.17.4";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -30,7 +30,7 @@ buildPythonPackage rec {
|
||||
owner = "untergeek";
|
||||
repo = "es_client";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-j7yaN7FOrGlRjZSBugRCtecfUw/3dNuI252VO/eYnzk=";
|
||||
hash = "sha256-43LB0QceljuS3k+yYtJCbJsstsFr3d2h2Gnjal2HcdQ=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = true;
|
||||
@@ -73,7 +73,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module for building Elasticsearch client objects";
|
||||
homepage = "https://github.com/untergeek/es_client";
|
||||
changelog = "https://github.com/untergeek/es_client/releases/tag/v${version}";
|
||||
changelog = "https://github.com/untergeek/es_client/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user