Merge pull request #166976 from r-ryantm/auto-update/python3.9-elastic-apm

python39Packages.elastic-apm: 6.8.1 -> 6.9.1
This commit is contained in:
Fabian Affolter 2022-04-03 08:59:54 +02:00 committed by GitHub
commit 315a7c3d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "elastic-apm";
version = "6.8.1";
version = "6.9.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "apm-agent-python";
rev = "v${version}";
sha256 = "sha256-bH7XCk1jPsGalFQ68rQhSyZv9nCZE+xUJyWX828PQQI=";
sha256 = "sha256-IaCl39rhsFLQwvQdPcqKruV/Mo3f7WH91UVgMG/cnOc=";
};
propagatedBuildInputs = [