forked from mirrors/nixpkgs
python: apache-libcloud: 2.7.0 -> 3.0.0
This commit is contained in:
parent
b1357bd3bc
commit
a734ad6fb6
|
@ -13,11 +13,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "apache-libcloud";
|
pname = "apache-libcloud";
|
||||||
version = "2.7.0";
|
version = "3.0.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "29ee7d13b9b12d1335e752a489c01eed0c270940147f418cfff89ab66faf1305";
|
sha256 = "b9eef1a61383fd401a537cf0796a1067a265288b7ab89be93f5571961a8a2902";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock pytest pytestrunner requests-mock ];
|
checkInputs = [ mock pytest pytestrunner requests-mock ];
|
||||||
|
|
Loading…
Reference in a new issue