Unverified Commit 4d8dd909 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.elastic-apm: 6.24.0 -> 6.24.1 (#463975)

parents 5a6e19d9 3fbecaa0
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 ];