We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31bdded + a49b3d5 commit a1b9aaeCopy full SHA for a1b9aae
1 file changed
pkgs/development/python-modules/sentry-sdk/default.nix
@@ -40,7 +40,7 @@
40
41
buildPythonPackage rec {
42
pname = "sentry-sdk";
43
- version = "1.21.1";
+ version = "1.24.0";
44
format = "setuptools";
45
46
disabled = pythonOlder "3.7";
@@ -49,7 +49,7 @@ buildPythonPackage rec {
49
owner = "getsentry";
50
repo = "sentry-python";
51
rev = "refs/tags/${version}";
52
- hash = "sha256-RKYnDeuLWGavYdxsHs+GBGQCUcrVSR+Bi3RO3MbRxfU=";
+ hash = "sha256-gCZvRkR5p94RxCe+STaV5M32xc2G71QkYF1TO2PHNMk=";
53
};
54
55
propagatedBuildInputs = [
0 commit comments