python37Packages.libcloud: 2.3.0 -> 2.4.0 (#55219)

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-02-09 03:41:02 -08:00 committed by Robert Schütz
parent 012b43dfbb
commit 3e2513fa82

View File

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