Skip to content

Commit

Permalink
Merge pull request NixOS#286996 from r-ryantm/auto-update/python311Pa…
Browse files Browse the repository at this point in the history
…ckages.es-client

python311Packages.es-client: 8.12.4 -> 8.12.5
  • Loading branch information
fabaff authored Feb 8, 2024
2 parents 03bd6ed + d7a7191 commit de4d6c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/es-client/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "es-client";
version = "8.12.4";
version = "8.12.5";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "untergeek";
repo = "es_client";
rev = "refs/tags/v${version}";
hash = "sha256-IjpnukZRDpflk/lh9aSyeuoj/bzZD0jiS1prBKkZwLk=";
hash = "sha256-gaeNIxHnNulUOGhYHf9dIgBSh2rJIdsYdpPT8OTyEdg=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit de4d6c8

Please sign in to comment.