python311Packages.elastic-transport: 8.4.1 -> 8.10.0
Diff: https://github.com/elastic/elastic-transport-python/compare/refs/tags/v8.4.1...v8.10.0 Changelog: https://github.com/elastic/elastic-transport-python/releases/tag/v8.10.0
This commit is contained in:
parent
6cf687b12d
commit
bd9f242542
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "elastic-transport";
|
||||
version = "8.4.1";
|
||||
version = "8.10.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue