Merge pull request #204704 from SuperSandro2000/python310Packages.python-novaclient

python310Packages.python-novaclient: 18.1.0 -> 18.2.0
This commit is contained in:
Fabian Affolter 2022-12-06 09:16:48 +01:00 committed by GitHub
commit 34b460bce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "18.1.0";
version = "18.2.0";
format = "setuptools";
disabled = pythonOlder "3.8";
src = fetchPypi {
inherit pname version;
hash = "sha256-eCBVnRZfGk2BDn2nyV+IQl2L5JX20aPG9CA7isGH4lQ=";
hash = "sha256-GFu/LK+189dh8nLj4YSnAMx7pc99UWGQZb5/XEtbfPQ=";
};
propagatedBuildInputs = [