python3Packages.pyvmomi: 8.0.3.0.1 -> 9.0.0.0
https://github.com/vmware/pyvmomi/releases/tag/v9.0.0.0 This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyvmomi";
|
||||
version = "8.0.3.0.1";
|
||||
version = "9.0.0.0";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||
owner = "vmware";
|
||||
repo = "pyvmomi";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-wJe45r9fWNkg8oWJZ47bcqoWzOvxpO4soV2SU4N0tb0=";
|
||||
hash = "sha256-4r0UtLR1dhhNQ+Lx12JiEozDAjMxPly+RR0LWRg/A4E=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -46,7 +46,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python SDK for the VMware vSphere API that allows you to manage ESX, ESXi, and vCenter";
|
||||
homepage = "https://github.com/vmware/pyvmomi";
|
||||
changelog = "https://github.com/vmware/pyvmomi/releases/tag/v${version}";
|
||||
changelog = "https://github.com/vmware/pyvmomi/releases/tag/${src.tag}";
|
||||
license = licenses.asl20;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user