python3Packages.elastic-apm: 6.7.2 -> 6.8.0

This commit is contained in:
Fabian Affolter 2022-03-01 19:52:40 +01:00 committed by Jonathan Ringer
parent ea9bd22f0c
commit bff71033a2

View File

@ -28,7 +28,7 @@
buildPythonPackage rec {
pname = "elastic-apm";
version = "6.7.2";
version = "6.8.0";
format = "setuptools";
disabled = pythonOlder "3.8";
@ -37,7 +37,7 @@ buildPythonPackage rec {
owner = "elastic";
repo = "apm-agent-python";
rev = "v${version}";
sha256 = "sha256-NyoFJ3HVxE3AdCCZCZrEk4dDiTIv9cGZYPHVre/PMO4=";
sha256 = "sha256-5G+ALFDEClItXvSQFGari0QdhW+RGV8FukxUoxqphFg=";
};
propagatedBuildInputs = [