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

python3Packages.google-cloud-netapp: 0.8.0 -> 0.9.0

parent eca6229e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage (finalAttrs: {
  pname = "google-cloud-netapp";
  version = "0.8.0";
  version = "0.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "googleapis";
    repo = "google-cloud-python";
    tag = "google-cloud-netapp-v${finalAttrs.version}";
    hash = "sha256-uUBId7RxVfOPtemZYUqJXd4hw2/CU2cogZL39MrKehk=";
    hash = "sha256-17v13PN6BxY99wPCMxEupLgPxit0ssE4fwGINL0bUME=";
  };

  sourceRoot = "${finalAttrs.src.name}/packages/google-cloud-netapp";