Unverified Commit 570c5164 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.azure-mgmt-netapp: 13.6.0 -> 13.7.0 (#439256)

parents ed4ae67b e24ed90c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "azure-mgmt-netapp";
  version = "13.6.0";
  version = "13.7.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "azure_mgmt_netapp";
    inherit version;
    hash = "sha256-2ieBtC4NL/6N+ijF+0nxH1LVus3wmAy90Th2GCgt+5U=";
    hash = "sha256-A5BeDGy81YdWnVhl44U8r91FUGFADIxotgNAewa1zTo=";
  };

  build-system = [ setuptools ];