Loading pkgs/development/python-modules/google-cloud-error-reporting/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "google-cloud-error-reporting"; version = "1.11.1"; version = "1.12.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-error-reporting"; tag = "v${version}"; hash = "sha256-z1ogY4W4RGKv0h2jW0jVpIHUY1X3P0Vw++3jYtnYTRA="; hash = "sha256-V97V3WbsChc93nqhCOh34O/hn8fqLMwR4/DcHmc9vdU="; }; build-system = [ setuptools ]; Loading Loading @@ -70,7 +70,7 @@ buildPythonPackage rec { meta = { description = "Stackdriver Error Reporting API client library"; homepage = "https://github.com/googleapis/python-error-reporting"; changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/python-error-reporting/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.sarahec ]; }; Loading Loading
pkgs/development/python-modules/google-cloud-error-reporting/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "google-cloud-error-reporting"; version = "1.11.1"; version = "1.12.0"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-error-reporting"; tag = "v${version}"; hash = "sha256-z1ogY4W4RGKv0h2jW0jVpIHUY1X3P0Vw++3jYtnYTRA="; hash = "sha256-V97V3WbsChc93nqhCOh34O/hn8fqLMwR4/DcHmc9vdU="; }; build-system = [ setuptools ]; Loading Loading @@ -70,7 +70,7 @@ buildPythonPackage rec { meta = { description = "Stackdriver Error Reporting API client library"; homepage = "https://github.com/googleapis/python-error-reporting"; changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/python-error-reporting/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.sarahec ]; }; Loading