Commit 3fbecaa0 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.elastic-apm: 6.24.0 -> 6.24.1

parent fda2b124
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@

buildPythonPackage rec {
  pname = "elastic-apm";
  version = "6.24.0";
  version = "6.24.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "elastic";
    repo = "apm-agent-python";
    tag = "v${version}";
    hash = "sha256-mHDUcIII1gERlGMJvXPe3Hb38wNAylfMQpeLjA1Xbuk=";
    hash = "sha256-8Q2fzaIG9dghjt4T00nqffGEfPDr4DEcdeHPJqhU8fs=";
  };

  build-system = [ setuptools ];