From 717d22a40fe777157d1518937042d91f6a988d8d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Jul 2022 21:46:39 +0200 Subject: [PATCH] python310Packages.elastic-apm: 6.9.1 -> 6.10.1 --- .../python-modules/elastic-apm/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/elastic-apm/default.nix b/pkgs/development/python-modules/elastic-apm/default.nix index 0d016b92ec3a..f4fea05b4110 100644 --- a/pkgs/development/python-modules/elastic-apm/default.nix +++ b/pkgs/development/python-modules/elastic-apm/default.nix @@ -6,7 +6,6 @@ , certifi , ecs-logging , fetchFromGitHub -, fetchpatch , httpx , jinja2 , jsonschema @@ -29,7 +28,7 @@ buildPythonPackage rec { pname = "elastic-apm"; - version = "6.9.1"; + version = "6.10.1"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -38,17 +37,9 @@ buildPythonPackage rec { owner = "elastic"; repo = "apm-agent-python"; rev = "v${version}"; - sha256 = "sha256-IaCl39rhsFLQwvQdPcqKruV/Mo3f7WH91UVgMG/cnOc="; + hash = "sha256-ql6qBnZXa0JL1qEXj2OzzP3onjYrMx6+Be6K3SDuWf4="; }; - patches = [ - (fetchpatch { - # fix tests with sanic>=22.3.0 - url = "https://github.com/elastic/apm-agent-python/commit/114ee6ca998b4d6a5cb075a289af39cb963cf08a.patch"; - hash = "sha256-M6yEHjThKDCRQOmR0L94KEt8tUun1tPRULI6PNIlE/8="; - }) - ]; - propagatedBuildInputs = [ aiohttp blinker