python312Packages.google-cloud-asset: 3.29.0 -> 3.29.1 (#385335)

This commit is contained in:
Fabian Affolter
2025-02-26 19:40:07 +01:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.29.0";
version = "3.29.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "google_cloud_asset";
inherit version;
hash = "sha256-CltrB+0/1yu1ginnGDX98brGXeWDh6mBZbCC+3qn7Uw=";
hash = "sha256-GdHmAYBXLVgwdSGq5KyqScCxA+cvnpszPcZEId2uCLg=";
};
build-system = [ setuptools ];