Skip to content

Commit

Permalink
Merge pull request NixOS#269134 from fabaff/elastic-transport-bump
Browse files Browse the repository at this point in the history
python311Packages.elastic-transport: 8.4.1 -> 8.10.0
  • Loading branch information
fabaff authored Nov 23, 2023
2 parents 4ccb3e0 + 418cbc3 commit 56746b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/elastic-transport/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "elastic-transport";
version = "8.4.1";
version = "8.10.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "elastic-transport-python";
rev = "refs/tags/v${version}";
hash = "sha256-hrI8GJaI3K/3B0Vng0WvoabDP2Y8/60/tHNKo/Xq6JM=";
hash = "sha256-4W9p9niHf2EMY+sS1RCdqWndzvpz8pKrIlLo3NxJ8mk=";
};

postPatch = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/elasticsearch8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "elasticsearch8";
version = "8.10.1";
version = "8.11.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-naLy7xSqHlz8QNbQhM+iydJi8m6DQqBWlDLijOOT7ak=";
hash = "sha256-+y9U5fscYLAfP6IhLxzUUOENaNC4i8NAPEFtVP5+HG4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 56746b6

Please sign in to comment.