Skip to content

Commit

Permalink
python312Packages.opensearch-py: 2.6.0 -> 2.7.1 (NixOS#338903)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Sep 4, 2024
2 parents 41165e9 + d237646 commit 8802725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/opensearch-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@

buildPythonPackage rec {
pname = "opensearch-py";
version = "2.6.0";
version = "2.7.1";
pyproject = true;

src = fetchFromGitHub {
owner = "opensearch-project";
repo = "opensearch-py";
rev = "refs/tags/v${version}";
hash = "sha256-qpay0EDD99MzxDMkjk3hU/34rxLD71PM8zdcIcHj/0Q=";
hash = "sha256-GC0waXxHRiXVXjhTGbet3HvDKmUBKzoufu/J4fmrM+k=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit 8802725

Please sign in to comment.