python311Packages.sentry-sdk: 1.31.0 -> 1.32.0
Diff: https://github.com/getsentry/sentry-python/compare/refs/tags/1.31.0...1.32.0 Changelog: https://github.com/getsentry/sentry-python/blob/1.32.0/CHANGELOG.md
This commit is contained in:
parent
535734e71c
commit
ad9a6a4021
@ -40,7 +40,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sentry-sdk";
|
||||
version = "1.31.0";
|
||||
version = "1.32.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -49,7 +49,7 @@ buildPythonPackage rec {
|
||||
owner = "getsentry";
|
||||
repo = "sentry-python";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-/TQwkk/NkQulYVuLIs30rV4hsv4LVB/VfPhqMjpq0vE=";
|
||||
hash = "sha256-chDgy3U29X/xk+aQok9uODcN0iAds1H39yXk98/3Yzc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user