Unverified Commit 8ab9fbba authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #245673 from r-ryantm/auto-update/python310Packages.elastic-apm

python310Packages.elastic-apm: 6.17.0 -> 6.18.0
parents a2c1f741 d6e6c8f7
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.17.0";
  version = "6.18.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-Tyot/JswIiwxugjxyHcENDAGF9uxwaptTIZwU/GnjAU=";
    hash = "sha256-s4aM2HuagqcF2sLHHRh2kj1tglf+JZ7hXT4PcAeFStQ=";
  };

  propagatedBuildInputs = [