Merge pull request #217277 from r-ryantm/auto-update/python310Packages.python-novaclient

python310Packages.python-novaclient: 18.2.0 -> 18.3.0
This commit is contained in:
Sandro 2023-02-20 15:52:18 +01:00 committed by GitHub
commit 1991009a1a
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.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 = [