Unverified Commit 5ae5a2f6 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.google-cloud-netapp: 0.8.0 -> 0.9.0 (#507401)

parents 0a82a35e d7be75f2
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";