python310Packages.python-novaclient: 18.0.0 -> 18.1.0

This commit is contained in:
R. Ryantm 2022-09-02 02:33:59 +00:00
parent f0daeb19cb
commit 09b29e47d0

View file

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "18.0.0";
version = "18.1.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-6esqm9ukZNggwQB3XDwvZJMIjfZq8T37kyXMa4ZcjSM=";
hash = "sha256-eCBVnRZfGk2BDn2nyV+IQl2L5JX20aPG9CA7isGH4lQ=";
};
propagatedBuildInputs = [