Merge pull request #245673 from r-ryantm/auto-update/python310Packages.elastic-apm

python310Packages.elastic-apm: 6.17.0 -> 6.18.0
This commit is contained in:
Fabian Affolter 2023-07-27 10:25:17 +02:00 committed by GitHub
commit 8ab9fbba17
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.17.0";
version = "6.18.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-Tyot/JswIiwxugjxyHcENDAGF9uxwaptTIZwU/GnjAU=";
hash = "sha256-s4aM2HuagqcF2sLHHRh2kj1tglf+JZ7hXT4PcAeFStQ=";
};
propagatedBuildInputs = [