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