mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
python3Packages.google-cloud-datacatalog: 3.26.1 -> 3.27.1
changelog: https://github.com/googleapis/google-cloud-python/releases/tag/google-cloud-datacatalog-v3.27.1 diff: https://github.com/googleapis/google-cloud-python/compare/google-cloud-datacatalog-v3.26.1...google-cloud-datacatalog-v3.27.1
This commit is contained in:
parent
c8fb5fd9e5
commit
3cb99f8719
1 changed files with 2 additions and 2 deletions
|
@ -16,14 +16,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-datacatalog";
|
||||
version = "3.26.1";
|
||||
version = "3.27.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-cloud-python";
|
||||
tag = "google-cloud-datacatalog-v${version}";
|
||||
hash = "sha256-E1LISOLQcXqUMTTPLR+lwkR6gF1fuGGB44j38cIK/Z4=";
|
||||
hash = "sha256-4Ifg9igzsVR8pWH/lcrGwCnByqYQjPKChNPJGmmQbKI=";
|
||||
};
|
||||
|
||||
sourceRoot = "${src.name}/packages/google-cloud-datacatalog";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue