Skip to content

Commit 9ab56f9

Browse files
authored
python3Packages.google-cloud-error-reporting: 1.11.1 -> 1.12.0 (#420150)
2 parents 6a82bac + 7b96afc commit 9ab56f9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • pkgs/development/python-modules/google-cloud-error-reporting

pkgs/development/python-modules/google-cloud-error-reporting/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121

2222
buildPythonPackage rec {
2323
pname = "google-cloud-error-reporting";
24-
version = "1.11.1";
24+
version = "1.12.0";
2525
pyproject = true;
2626

2727
src = fetchFromGitHub {
2828
owner = "googleapis";
2929
repo = "python-error-reporting";
3030
tag = "v${version}";
31-
hash = "sha256-z1ogY4W4RGKv0h2jW0jVpIHUY1X3P0Vw++3jYtnYTRA=";
31+
hash = "sha256-V97V3WbsChc93nqhCOh34O/hn8fqLMwR4/DcHmc9vdU=";
3232
};
3333

3434
build-system = [ setuptools ];
@@ -70,7 +70,7 @@ buildPythonPackage rec {
7070
meta = {
7171
description = "Stackdriver Error Reporting API client library";
7272
homepage = "https://github.com/googleapis/python-error-reporting";
73-
changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md";
73+
changelog = "https://github.com/googleapis/python-error-reporting/blob/${src.tag}/CHANGELOG.md";
7474
license = lib.licenses.asl20;
7575
maintainers = [ lib.maintainers.sarahec ];
7676
};

0 commit comments

Comments
 (0)