Commit b8dea390 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.google-cloud-asset: 3.26.0 -> 3.26.1

parent 5dd187f3
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.26.0";
  version = "3.26.1";
  pyproject = true;

  disabled = pythonOlder "3.7";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-t10XW0dC5cDR6cKnUiicJdKV+jkScximgL4DCi1iIFY=";
    hash = "sha256-5O3ge5/ot0zQoLKKPP6E7M2RVtDxnYfe2J0iYJISWX4=";
  };

  build-system = [