Commit 7198ae48 authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.elastic-apm: 6.22.3 -> 6.23.0

parent 23324f86
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];