Skip to content

Commit

Permalink
Merge pull request #334497 from r-ryantm/auto-update/python312Package…
Browse files Browse the repository at this point in the history
…s.sentry-sdk_2

python312Packages.sentry-sdk_2: 2.12.0 -> 2.13.0
  • Loading branch information
mweinelt authored Aug 14, 2024
2 parents 39b9c5c + f7aaf3a commit fe131a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/sentry-sdk/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@

buildPythonPackage rec {
pname = "sentry-sdk";
version = "2.12.0";
version = "2.13.0";
pyproject = true;

src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
rev = version;
hash = "sha256-34/QDus1KKCD2fe0ZTmgB1hTqMC7M6/fuuqKYRRsJ2E=";
rev = "refs/tags/${version}";
hash = "sha256-TZzu9cR5HrgmsPRkuP1LqEBA7uosbBzLGT63LLj2yyc=";
};

postPatch = ''
Expand Down

0 comments on commit fe131a9

Please sign in to comment.