python3Packages.sentry-sdk: 2.64.0 -> 2.66.0 (#542770)

This commit is contained in:
Martin Weinelt
2026-07-17 10:17:41 +00:00
committed by GitHub
2 changed files with 3 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
{
stdenv,
lib,
buildPythonPackage,
fetchFromGitHub,
@@ -57,7 +56,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "glean" ];
meta = {
broken = stdenv.hostPlatform.isDarwin;
broken = true; # fails to build since 2025-12
description = "Telemetry client libraries and are a part of the Glean project";
homepage = "https://mozilla.github.io/glean/book/index.html";
license = lib.licenses.mpl20;

View File

@@ -69,14 +69,14 @@
buildPythonPackage (finalAttrs: {
pname = "sentry-sdk";
version = "2.64.0";
version = "2.66.0";
pyproject = true;
src = fetchFromGitHub {
owner = "getsentry";
repo = "sentry-python";
tag = finalAttrs.version;
hash = "sha256-uAxHNyZgTpw6NoXGCw91AgsKQqlJkdgPsw/WdhFMhs4=";
hash = "sha256-0xHcTcJH7cNzQ16Yc+fkSKYE316Ztu6Bl7hTwtD97Ds=";
};
postPatch = ''