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

python37Packages.libcloud: 2.4.0 -> 2.5.0
This commit is contained in:
Marek Mahut 2019-08-21 00:10:00 +02:00 committed by GitHub
commit 63d060b961
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "apache-libcloud";
version = "2.4.0";
version = "2.5.0";
src = fetchPypi {
inherit pname version;
sha256 = "0daj3mkzw79v5zin2r1s2wkrz1hplfc16bwj4ss68i5qjq4l2p0j";
sha256 = "1dj8jh5ccjv7qbydf49cw17py7z3jjkaxk4jj2gx6mq2f4w304wg";
};
checkInputs = [ mock pytest pytestrunner requests-mock ];