File tree Expand file tree Collapse file tree
pkgs/development/python-modules/google-cloud-error-reporting Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments