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

python311Packages.elastic-apm: 6.16.2 -> 6.17.0
This commit is contained in:
Fabian Affolter 2023-07-06 21:51:13 +02:00 committed by GitHub
commit e019f8b1b2
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.16.2";
version = "6.17.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-JhpPreZg7DV8wTPKc7CUP+yh1LJOyc3Oa/IV3x/JMuQ=";
hash = "sha256-Tyot/JswIiwxugjxyHcENDAGF9uxwaptTIZwU/GnjAU=";
};
propagatedBuildInputs = [