mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.google-cloud-asset: 4.2.0 -> 4.4.0
https://github.com/googleapis/google-cloud-python/blob/google-cloud-asset-v4.4.0/packages/google-cloud-asset/CHANGELOG.md
This commit is contained in:
parent
ed1b68c4a7
commit
92ea6d7b2f
1 changed files with 2 additions and 2 deletions
|
|
@ -20,14 +20,14 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "google-cloud-asset";
|
||||
version = "4.2.0";
|
||||
version = "4.4.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "googleapis";
|
||||
repo = "google-cloud-python";
|
||||
tag = "google-cloud-asset-v${finalAttrs.version}";
|
||||
sha256 = "sha256-dVgcnnInqjUjySL7wjxGzI33t1YZJ8e9mSsmjAJ+fBI=";
|
||||
sha256 = "sha256-M/7uDWWz4YCfxa4gyM9BaAo10iyTMvtR2MhNpdFYnis=";
|
||||
};
|
||||
|
||||
sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-asset";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue