python310Packages.sentry-sdk: 1.9.9 -> 1.9.10

This commit is contained in:
Fabian Affolter 2022-10-07 13:33:13 +02:00
parent 8e9a77e2b5
commit 58bd31cfa1

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.9.9";
version = "1.9.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-DIiShIiTHmJdOtf1WYi4ofJdZnsg13VczVvGW+ngE+I=";
hash = "sha256-ZrteALD+HsqUwkFDPih8adxNP5TO5JqdPFI8oMBphY4=";
};
propagatedBuildInputs = [