Merge pull request #320450 from fabaff/elastic-apm-bump

python312Packages.elastic-apm: 6.22.2 -> 6.22.3
This commit is contained in:
Fabian Affolter 2024-06-17 11:01:12 +02:00 committed by GitHub
commit e482156f48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" ];