From 48c729b0aee20cc5ed7474ffe04418f2e6558652 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 6 Jun 2023 11:48:05 +0200 Subject: [PATCH] python311Packages.elastic-apm: 6.15.1 -> 6.16.0 Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.15.1...v6.16.0 Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.16.0 --- pkgs/development/python-modules/elastic-apm/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix index d4876dd83052..9774a97f3639 100644 --- a/pkgs/development/python-modules/elastic-apm/default.nix +++ b/pkgs/development/python-modules/elastic-apm/default.nix @@ -30,7 +30,7 @@ buildPythonPackage rec { pname = "elastic-apm"; - version = "6.15.1"; + version = "6.16.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-s07LZeT2vTtBU/48heGFrW74D1iqkxRaLh+LTD35mu8="; + hash = "sha256-BPk1F50aUNzROfK/r73AlMX2LIDgsn0R5HUthht/ItU="; }; propagatedBuildInputs = [