mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-19 04:03:56 +00:00
python311Packages.elastic-transport: 8.4.0 -> 8.4.1
Diff: https://github.com/elastic/elastic-transport-python/compare/refs/tags/v8.4.0...v8.4.1 Changelog: https://github.com/elastic/elastic-transport-python/releases/tag/v8.4.1
This commit is contained in:
parent
61c5425af7
commit
0f8b1dc725
@ -15,7 +15,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "elastic-transport";
|
||||
version = "8.4.0";
|
||||
version = "8.4.1";
|
||||
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-rZdl2gjY5Yg2Ls777tj12pPATMn//xVvEM4wkrZ3qUY=";
|
||||
hash = "sha256-hrI8GJaI3K/3B0Vng0WvoabDP2Y8/60/tHNKo/Xq6JM=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user