mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
python312Packages.elastic-apm: 6.22.2 -> 6.22.3
Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.22.2...v6.22.3 Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.22.3
This commit is contained in:
parent
774fa8abd5
commit
824d4778d3
@ -33,7 +33,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "elastic-apm";
|
||||
version = "6.22.2";
|
||||
version = "6.22.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -42,7 +42,7 @@ buildPythonPackage rec {
|
||||
owner = "elastic";
|
||||
repo = "apm-agent-python";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-AHKF+o0iZ+c1JFq3lL5XdHBDAae9qTR1OJvwuUVsaeU=";
|
||||
hash = "sha256-nA+c2ycSVVJyfcNcj5W7Z2VSVcCzyCtoi3B/T4QZWnw=";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "wrapt" ];
|
||||
|
Loading…
Reference in New Issue
Block a user