python3Packages.bugsnag: 4.9.1 -> 4.9.2 (#564361)

This commit is contained in:
Nick Cao
2026-09-18 20:20:49 +00:00
committed by GitHub

View File

@@ -12,14 +12,14 @@
buildPythonPackage rec {
pname = "bugsnag";
version = "4.9.1";
version = "4.9.2";
pyproject = true;
src = fetchFromGitHub {
owner = "bugsnag";
repo = "bugsnag-python";
tag = "v${version}";
hash = "sha256-32dq68MCvfQztCwwtGD2qRQfLSEnog+HEtq/Zei0JXI=";
hash = "sha256-+ZYtlvkb5J6yOcEQWaB3I6WFyctqXKOFBl4W5o8PkcM=";
};
build-system = [ setuptools ];