Skip to content

Commit

Permalink
python312Packages.google-cloud-asset: 3.26.4 -> 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent aa2304e commit f28d437
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@

buildPythonPackage rec {
pname = "google-cloud-asset";
version = "3.26.4";
version = "3.27.0";
pyproject = true;

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "google_cloud_asset";
inherit version;
hash = "sha256-c/xmHAD8zXdi+2ifs4bHWPS2B49Fcnr4RqLfrpGwQzs=";
hash = "sha256-AuFuc3Qu1N2iWtNlYKhNQX2ETwjLB2e8ydrGO9ozR+E=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit f28d437

Please sign in to comment.