python312Packages.elastic-apm: 6.22.3 -> 6.23.0

This commit is contained in:
R. Ryantm
2024-07-31 09:52:32 +00:00
parent 23324f86c5
commit 7198ae480b
@@ -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" ];