Skip to content

Commit

Permalink
python311Packages.sentry-sdk: 1.30.0 -> 1.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 13, 2023
1 parent 0987c80 commit 598bb0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/sentry-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

buildPythonPackage rec {
pname = "sentry-sdk";
version = "1.30.0";
version = "1.31.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "getsentry";
repo = "sentry-python";
rev = "refs/tags/${version}";
hash = "sha256-bs2Eg9eq39/LeuAWyW8FlnPULRUvQXils7OFrAEIg0w=";
hash = "sha256-/TQwkk/NkQulYVuLIs30rV4hsv4LVB/VfPhqMjpq0vE=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 598bb0c

Please sign in to comment.