python3Packages.elastic-apm: 6.24.1 -> 6.25.0

https://github.com/elastic/apm-agent-python/releases/tag/v6.25.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:11 +01:00
parent 22fbb61a05
commit ab7ed09790
@@ -32,14 +32,14 @@
buildPythonPackage rec {
pname = "elastic-apm";
version = "6.24.1";
version = "6.25.0";
pyproject = true;
src = fetchFromGitHub {
owner = "elastic";
repo = "apm-agent-python";
tag = "v${version}";
hash = "sha256-8Q2fzaIG9dghjt4T00nqffGEfPDr4DEcdeHPJqhU8fs=";
hash = "sha256-0RNZqQqXVI7CkzcKE0qA+iOBkjkH0s7Tre/a38LPW7c=";
};
build-system = [ setuptools ];