Unverified Commit 7e02188c authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python311Packages.elastic-apm: 6.19.0 -> 6.20.0
parents 39a255ad eaafddbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@

buildPythonPackage rec {
  pname = "elastic-apm";
  version = "6.19.0";
  version = "6.20.0";
  format = "setuptools";

  disabled = pythonOlder "3.8";
@@ -39,7 +39,7 @@ buildPythonPackage rec {
    owner = "elastic";
    repo = "apm-agent-python";
    rev = "refs/tags/v${version}";
    hash = "sha256-XwAKydZuvNMOIT4GkfID8YW019OfatRekXmGrssZfMw=";
    hash = "sha256-nj035nZTUkVCiGZz+JTibv7LZ9Bws5DwYvqrLrwjQkc=";
  };

  propagatedBuildInputs = [