python3Packages.elastic-apm: 6.24.0 -> 6.24.1

This commit is contained in:
R. Ryantm
2025-11-22 11:39:02 +00:00
parent fda2b12451
commit 3fbecaa026
@@ -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 ];