python310Packages.python-novaclient: 17.7.0 -> 18.0.0

This commit is contained in:
R. Ryantm 2022-05-21 03:38:38 +00:00
parent 25e4e7af03
commit a17fc94ef3

View File

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "17.7.0";
version = "18.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-Trwn9M4GwVW46ZGkRGO5NYWW5oVs8XHJr43HVo2Gi+0=";
sha256 = "sha256-6esqm9ukZNggwQB3XDwvZJMIjfZq8T37kyXMa4ZcjSM=";
};
propagatedBuildInputs = [