python3Packages.google-cloud-testutils: 1.6.4 -> 1.7.0

https://github.com/googleapis/python-test-utils/blob/v1.7.0/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-01-21 18:33:51 +01:00
parent 08fd17eea0
commit 754dd7d9fa
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "google-cloud-testutils";
version = "1.6.4";
version = "1.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "googleapis";
repo = "python-test-utils";
tag = "v${version}";
hash = "sha256-VTu/ElWZrSUrUBrfLPTBV4PMSQCRAyF9Ka7jKEqVzLk=";
hash = "sha256-g7XwDQp4c+duKfUWqhnI8T001fu6cM22oWLriyCZZag=";
};
build-system = [ setuptools ];