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-10-12 10:04:01 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-10-12 10:04:01 +0200
commiteb0da9b1e32ac76f50c47327ada8f750b53786b4 (patch)
tree1f15695b70bf7fcd27fc2a191c3bd0bec9532f3f /pkgs/development/python-modules/elastic-apm
parent5c98324d0c1ff5fb0ed19c2afef0ca7a0a356610 (diff)
python311Packages.elastic-apm: 6.18.0 -> 6.19.0
Diff: https://github.com/elastic/apm-agent-python/compare/refs/tags/v6.18.0...v6.19.0

Changelog: https://github.com/elastic/apm-agent-python/releases/tag/v6.19.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 c50b5042a6c1e..e00e188492fe4 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.18.0";
+  version = "6.19.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-s4aM2HuagqcF2sLHHRh2kj1tglf+JZ7hXT4PcAeFStQ=";
+    hash = "sha256-XwAKydZuvNMOIT4GkfID8YW019OfatRekXmGrssZfMw=";
   };
 
   propagatedBuildInputs = [