3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.sentry-sdk: 1.7.2 -> 1.8.0

This commit is contained in:
Fabian Affolter 2022-07-23 19:07:06 +02:00
parent 0edbd99191
commit 2714e5dbc8

View file

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