Loading pkgs/development/python-modules/google-cloud-testutils/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "google-cloud-testutils"; version = "1.6.0"; version = "1.6.4"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-test-utils"; tag = "v${version}"; hash = "sha256-WxEFtYiWSl9ZmaduucdVpiCb2SUEVwUdY8jG8GHni7M="; hash = "sha256-VTu/ElWZrSUrUBrfLPTBV4PMSQCRAyF9Ka7jKEqVzLk="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { description = "System test utilities for google-cloud-python"; mainProgram = "lower-bound-checker"; homepage = "https://github.com/googleapis/python-test-utils"; changelog = "https://github.com/googleapis/python-test-utils/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/python-test-utils/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.sarahec ]; }; Loading Loading
pkgs/development/python-modules/google-cloud-testutils/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "google-cloud-testutils"; version = "1.6.0"; version = "1.6.4"; pyproject = true; src = fetchFromGitHub { owner = "googleapis"; repo = "python-test-utils"; tag = "v${version}"; hash = "sha256-WxEFtYiWSl9ZmaduucdVpiCb2SUEVwUdY8jG8GHni7M="; hash = "sha256-VTu/ElWZrSUrUBrfLPTBV4PMSQCRAyF9Ka7jKEqVzLk="; }; build-system = [ setuptools ]; Loading @@ -39,7 +39,7 @@ buildPythonPackage rec { description = "System test utilities for google-cloud-python"; mainProgram = "lower-bound-checker"; homepage = "https://github.com/googleapis/python-test-utils"; changelog = "https://github.com/googleapis/python-test-utils/blob/v${version}/CHANGELOG.md"; changelog = "https://github.com/googleapis/python-test-utils/blob/${src.tag}/CHANGELOG.md"; license = lib.licenses.asl20; maintainers = [ lib.maintainers.sarahec ]; }; Loading