lol

python312Packages.es-client: 8.17.1 -> 8.17.4 (#388250)

authored by

Weijia Wang and committed by
GitHub
171ca2c9 4d830a04

+3 -3
+3 -3
pkgs/development/python-modules/es-client/default.nix
··· 21 22 buildPythonPackage rec { 23 pname = "es-client"; 24 - version = "8.17.1"; 25 pyproject = true; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "untergeek"; 31 repo = "es_client"; 32 tag = "v${version}"; 33 - hash = "sha256-j7yaN7FOrGlRjZSBugRCtecfUw/3dNuI252VO/eYnzk="; 34 }; 35 36 pythonRelaxDeps = true; ··· 73 meta = with lib; { 74 description = "Module for building Elasticsearch client objects"; 75 homepage = "https://github.com/untergeek/es_client"; 76 - changelog = "https://github.com/untergeek/es_client/releases/tag/v${version}"; 77 license = licenses.asl20; 78 maintainers = with maintainers; [ fab ]; 79 };
··· 21 22 buildPythonPackage rec { 23 pname = "es-client"; 24 + version = "8.17.4"; 25 pyproject = true; 26 27 disabled = pythonOlder "3.8"; ··· 30 owner = "untergeek"; 31 repo = "es_client"; 32 tag = "v${version}"; 33 + hash = "sha256-43LB0QceljuS3k+yYtJCbJsstsFr3d2h2Gnjal2HcdQ="; 34 }; 35 36 pythonRelaxDeps = true; ··· 73 meta = with lib; { 74 description = "Module for building Elasticsearch client objects"; 75 homepage = "https://github.com/untergeek/es_client"; 76 + changelog = "https://github.com/untergeek/es_client/releases/tag/${src.tag}"; 77 license = licenses.asl20; 78 maintainers = with maintainers; [ fab ]; 79 };