Merge pull request #236244 from fabaff/elastic-apm-bump

python311Packages.elastic-apm: 6.15.1 -> 6.16.0
This commit is contained in:
Fabian Affolter 2023-06-06 13:41:20 +02:00 committed by GitHub
commit 5747afd08e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [