python37Packages.libcloud: 2.4.0 -> 2.5.0

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-apache-libcloud/versions
This commit is contained in:
R. RyanTM 2019-08-20 01:51:03 -07:00
parent ffbb4d26f9
commit 3e19ec2784

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 ];