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-01 00:07:27 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-01 00:07:27 +0200
commitbd15d5ab5bea770cf43930fa3238ce4503d6cb0e (patch)
tree729c63878d50a5ca5cd06e98667b5e62f6b612c8 /pkgs/development/python-modules/elastic-apm
parent5f705e4de5f8b025bdeef651143e13fa7e56171a (diff)
python311Packages.elastic-apm: 6.16.1 -> 6.16.2
Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.16.1...v6.16.2

Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.16.2
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 35b541c6c5c1a..62880ef4cdf4c 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.1";
+  version = "6.16.2";
   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-m/PjL8pltUpv/ewE/gksISsOhEVsyeWoq6yfd5c1j6s=";
+    hash = "sha256-JhpPreZg7DV8wTPKc7CUP+yh1LJOyc3Oa/IV3x/JMuQ=";
   };
 
   propagatedBuildInputs = [