python37Packages.libcloud: 3.3.0 -> 3.3.1

This commit is contained in:
R. RyanTM 2021-01-31 01:51:09 +00:00
parent e58ed984d6
commit 5a825670b3

View file

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