Unverified Commit 6026809c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python312Packages.elastic-apm: 6.22.0 -> 6.22.2
parents bb586e45 d54c554d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@

buildPythonPackage rec {
  pname = "elastic-apm";
  version = "6.22.0";
  version = "6.22.2";
  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-VuVx+QUiV4M/ebyv2uF/YZwfvcaPDJAEi55fXfoIttU=";
    hash = "sha256-AHKF+o0iZ+c1JFq3lL5XdHBDAae9qTR1OJvwuUVsaeU=";
  };

  pythonRelaxDeps = [ "wrapt" ];