about summary refs log tree commit diff
path: root/pkgs/development/python-modules/elastic-apm
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-06 11:48:05 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-06-06 11:48:05 +0200
commit48c729b0aee20cc5ed7474ffe04418f2e6558652 (patch)
tree8ec0850976238748b51748ce8409e5675a29f71c /pkgs/development/python-modules/elastic-apm
parent0621d77f896df9cd55c72628412144fefe7e4af9 (diff)
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
Diffstat (limited to 'pkgs/development/python-modules/elastic-apm')
-rw-r--r--pkgs/development/python-modules/elastic-apm/default.nix4
1 files 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 d4876dd830529..9774a97f3639e 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 = [