python310Packages.pyvmomi: 8.0.1.0 -> 8.0.1.0.1

This commit is contained in:
R. Ryantm 2023-06-12 13:20:52 +00:00
parent 21c5f07ca4
commit 26a04d3442

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "pyvmomi";
version = "8.0.1.0";
version = "8.0.1.0.1";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "vmware";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-JVs7+GTILBeuKjGadhQWF5peHPPdaAPE1sJKyP9hdlk=";
hash = "sha256-MT0jT4wT8+4OEsIDWZbiqWK+3YASfVtOQT2KkadfwbM=";
};
propagatedBuildInputs = [