Merge pull request #166124 from fabaff/elastic-apm

python3Packages.elastic-apm: 6.8.0 -> 6.8.1
This commit is contained in:
Fabian Affolter 2022-03-29 00:42:30 +02:00 committed by GitHub
commit 28b059bbb3
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.0";
version = "6.8.1";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "apm-agent-python";
rev = "v${version}";
sha256 = "sha256-5G+ALFDEClItXvSQFGari0QdhW+RGV8FukxUoxqphFg=";
sha256 = "sha256-bH7XCk1jPsGalFQ68rQhSyZv9nCZE+xUJyWX828PQQI=";
};
propagatedBuildInputs = [