python310Packages.sentry-sdk: 1.9.0 -> 1.9.1

This commit is contained in:
Fabian Affolter 2022-08-20 13:06:52 +02:00
parent 4e9fabfc66
commit 33d32fc639

View file

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