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

Merge pull request #312602 from r-ryantm/auto-update/python311Packages.google-cloud-netapp

python311Packages.google-cloud-netapp: 0.3.9 -> 0.3.10
parents e4d08aac 8b636537
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

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

  disabled = pythonOlder "3.8";

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

  build-system = [