python: apache-libcloud: 2.6.1 -> 2.7.0

This commit is contained in:
Frederik Rietdijk 2019-12-19 20:31:14 +01:00
parent 3cf0401849
commit a76dd01cfd
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "apache-libcloud"; pname = "apache-libcloud";
version = "2.6.1"; version = "2.7.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "fcc165f2cc2db9a379c6d3a17b3beb9081bb64ba5c0bf7bbb58da864810092f0"; sha256 = "29ee7d13b9b12d1335e752a489c01eed0c270940147f418cfff89ab66faf1305";
}; };
checkInputs = [ mock pytest pytestrunner requests-mock ]; checkInputs = [ mock pytest pytestrunner requests-mock ];