Merge pull request #108367 from r-ryantm/auto-update/python3.7-apache-libcloud

python37Packages.libcloud: 3.2.0 -> 3.3.0
This commit is contained in:
Mario Rodas 2021-01-06 17:35:30 -05:00 committed by GitHub
commit ec5994ce94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,11 +13,11 @@
buildPythonPackage rec {
pname = "apache-libcloud";
version = "3.2.0";
version = "3.3.0";
src = fetchPypi {
inherit pname version;
sha256 = "1b14b1f5f91ceeff5cf228613e76577d7b41e790dccd53a0f647ef816fb5495c";
sha256 = "2e3e4d02f9b3197f9119e737bc704fba52f34459d4bc96d8ad8f183d600747ba";
};
checkInputs = [ mock pytest pytestrunner requests-mock ];