python39Packages.python-novaclient: 17.6.0 -> 17.7.0

This commit is contained in:
Sandro Jäckel 2022-03-27 21:30:38 +02:00
parent 8cd61bf98e
commit 5c4c67e55d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

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 = [