Merge pull request #229088 from fabaff/sentry-sdk-bump

python310Packages.sentry-sdk: 1.21.0 -> 1.21.1
This commit is contained in:
Mario Rodas 2023-04-30 05:59:21 -05:00 committed by GitHub
commit 72238fd6ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,7 +40,7 @@
buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.21.0";
version = "1.21.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-9uubXaGISzenLH0qmNbZpQQTOOplVO3k6aKACmv3dbY=";
hash = "sha256-RKYnDeuLWGavYdxsHs+GBGQCUcrVSR+Bi3RO3MbRxfU=";
};
propagatedBuildInputs = [