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

Merge pull request #298233 from r-ryantm/auto-update/python312Packages.google-cloud-netapp

python312Packages.google-cloud-netapp: 0.3.8 -> 0.3.9
parents bddd7685 9dc427a3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -14,21 +14,21 @@

buildPythonPackage rec {
  pname = "google-cloud-netapp";
  version = "0.3.8";
  version = "0.3.9";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-va5Ql8GPMLszgjjSkI6am6IGQnEqvi+YSBcTFeu254U=";
    hash = "sha256-Vohliy9W+fkY4YmSIvw6WiWVlLBk+Fo9CvZG/VKeU1o=";
  };

  nativeBuildInputs = [
  build-system = [
    setuptools
  ];

  propagatedBuildInputs = [
  dependencies = [
    google-api-core
    google-auth
    proto-plus