python3Packages.google-cloud-testutils: 1.6.0 -> 1.6.4
changelog: https://github.com/googleapis/python-test-utils/releases/tag/v1.6.4 diff: https://github.com/googleapis/python-test-utils/compare/v1.6.0...v1.6.4
This commit is contained in:
@@ -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 ];
|
||||
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user