python310Packages.python-novaclient: 18.2.0 -> 18.3.0

This commit is contained in:
R. Ryantm
2023-02-20 06:25:40 +00:00
parent d801c32592
commit f70068f86d
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "18.2.0";
version = "18.3.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-GFu/LK+189dh8nLj4YSnAMx7pc99UWGQZb5/XEtbfPQ=";
hash = "sha256-UPdYfHorJSj3NQWBf5Q3rFwdBNV26b4mTS3u/9t0WnY=";
};
propagatedBuildInputs = [