Unverified Commit 92e1afee authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #301006 from r-ryantm/auto-update/python311Packages.google-cloud-asset

python311Packages.google-cloud-asset: 3.25.1 -> 3.26.0
parents 80c8b15b 3d7311ee
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@

buildPythonPackage rec {
  pname = "google-cloud-asset";
  version = "3.25.1";
  version = "3.26.0";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-xKiqk55Ccm6DaB2aG5xo08nVqL69q8hvro+BPaY0/m4=";
    hash = "sha256-t10XW0dC5cDR6cKnUiicJdKV+jkScximgL4DCi1iIFY=";
  };

  build-system = [