Skip to content

Commit

Permalink
python312Packages.elastic-transport: 8.13.1 -> 8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Aug 16, 2024
1 parent 59c6217 commit 9478d98
Showing 1 changed file with 2 additions and 2 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 @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "elastic-transport";
version = "8.13.1";
version = "8.15.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "elastic-transport-python";
rev = "refs/tags/v${version}";
hash = "sha256-zxx5BvqQf5ipaOANKpThWUTsfhDkNMJqUejAWH68wpo=";
hash = "sha256-5bNsJd0td3aQR+PvDBHg0/f+qPyt/ckWmeDrQJzxhYY=";
};

postPatch = ''
Expand Down

0 comments on commit 9478d98

Please sign in to comment.