python310Packages.sentry-sdk: 1.8.0 -> 1.9.0

This commit is contained in:
Fabian Affolter
2022-07-29 22:18:13 +02:00
parent f7658b53ef
commit 45c19a65c5

View File

@@ -46,7 +46,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.8.0";
version = "1.9.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -55,7 +55,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-PtGQJUZ6/u2exmg6P5VV2RoBKyuV3G2YuAWgA06oQKo=";
hash = "sha256-sZpM9wgybyt/5Rw3X05whLvQNMC55o+s7eYA4QJdj6c=";
};
propagatedBuildInputs = [