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-07-06 09:39:42 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-06 09:39:42 +0200
commitf0b8aac73d243ec748d03c9538fc0c011ce3bad5 (patch)
tree296ba515f7fd205db1fb670daa45ecee75e3c621 /pkgs/development/python-modules/elastic-apm
parentb1b1e525ea51e76d428b12d52f84ef447d392aad (diff)
python311Packages.elastic-apm: 6.16.2 -> 6.17.0
Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.16.2...v6.17.0

Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.17.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 62880ef4cdf4c..0ffe64f62c28e 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.16.2";
+  version = "6.17.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-JhpPreZg7DV8wTPKc7CUP+yh1LJOyc3Oa/IV3x/JMuQ=";
+    hash = "sha256-Tyot/JswIiwxugjxyHcENDAGF9uxwaptTIZwU/GnjAU=";
   };
 
   propagatedBuildInputs = [