python310Packages.sentry-sdk: 1.9.7 -> 1.9.8

This commit is contained in:
Fabian Affolter 2022-09-21 23:03:31 +02:00
parent a9caeb2c9e
commit 199294ede0

View File

@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.9.7";
version = "1.9.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-/6KfoV4SP7YGWyF+WrU0sjAP5SS3ga/+g7Jy76alDUw=";
hash = "sha256-x320F7URZTKcCNdhjiR7hMEUSgbFMhv8e5Csl+IxWt0=";
};
propagatedBuildInputs = [