Merge pull request #331247 from r-ryantm/auto-update/python312Packages.elastic-apm

python312Packages.elastic-apm: 6.22.3 -> 6.23.0
This commit is contained in:
Fabian Affolter
2024-07-31 21:39:39 +02:00
committed by GitHub
@@ -32,7 +32,7 @@
buildPythonPackage rec {
pname = "elastic-apm";
version = "6.22.3";
version = "6.23.0";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -41,7 +41,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "apm-agent-python";
rev = "refs/tags/v${version}";
hash = "sha256-nA+c2ycSVVJyfcNcj5W7Z2VSVcCzyCtoi3B/T4QZWnw=";
hash = "sha256-S1Ebo9AWN+Mf3OFwxNTiR/AZtje3gNiYkZnVqGb7D4c=";
};
pythonRelaxDeps = [ "wrapt" ];