python310Packages.sentry-sdk: 1.9.10 -> 1.10.0

This commit is contained in:
Fabian Affolter 2022-10-22 10:01:43 +02:00
parent 35249d6491
commit 07275000a2

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.9.10";
version = "1.10.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-ZrteALD+HsqUwkFDPih8adxNP5TO5JqdPFI8oMBphY4=";
hash = "sha256-la+MgVulQS6k6zux2mC7AiXqZWEU2LG/fGUUMFrBI6k=";
};
propagatedBuildInputs = [