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

This commit is contained in:
Sandro 2022-03-27 21:44:26 +02:00 committed by GitHub
commit 1b3ae2ea97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,11 @@
buildPythonPackage rec {
pname = "python-novaclient";
version = "17.6.0";
version = "17.7.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yRDCCFMQ2mNfs0NYXxBwcS/w+cs8j3nUTKPWMsTyMPU=";
sha256 = "sha256-Trwn9M4GwVW46ZGkRGO5NYWW5oVs8XHJr43HVo2Gi+0=";
};
propagatedBuildInputs = [