Skip to content

Commit 26a4de5

Browse files
authored
python3Packages.google-cloud-asset: 3.29.2 -> 3.30.1 (#406359)
2 parents 777cb3b + b806630 commit 26a4de5

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/google-cloud-asset

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/google-cloud-asset/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
buildPythonPackage rec {
2222
pname = "google-cloud-asset";
23-
version = "3.29.2";
23+
version = "3.30.1";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.7";
2727

2828
src = fetchPypi {
2929
pname = "google_cloud_asset";
3030
inherit version;
31-
hash = "sha256-fFmpPUeKgniruevGhXnJLhzwM4ymO4ERjD8BQ0/HBbs=";
31+
hash = "sha256-oPAkm/y8RO9/iYC2IUJN58/ilYjS2skMtYzMyBDQU8w=";
3232
};
3333

3434
build-system = [ setuptools ];

0 commit comments

Comments
 (0)