python310Packages.elastic-apm: 6.17.0 -> 6.18.0

This commit is contained in:
R. Ryantm 2023-07-27 06:22:50 +00:00
parent 8f7b4e8894
commit d6e6c8f7fc

View file

@ -30,7 +30,7 @@
buildPythonPackage rec {
pname = "elastic-apm";
version = "6.17.0";
version = "6.18.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-Tyot/JswIiwxugjxyHcENDAGF9uxwaptTIZwU/GnjAU=";
hash = "sha256-s4aM2HuagqcF2sLHHRh2kj1tglf+JZ7hXT4PcAeFStQ=";
};
propagatedBuildInputs = [