python3Packages.apache-libcloud: 2.8.2 -> 2.8.3

This commit is contained in:
Frederik Rietdijk 2020-08-29 13:41:49 +02:00 committed by Jonathan Ringer
parent 3efbfbd37d
commit 715029c0bd

View File

@ -14,11 +14,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "apache-libcloud"; pname = "apache-libcloud";
version = "2.8.2"; version = "2.8.3";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1wvm8vixhcapkfv5k6xaf8c8w647kx2rdifarg6j0s34r4jzblfg"; sha256 = "70096690b24a7832cc5abdfda1954b49fddc1c09a348a1e6caa781ac867ed4c6";
}; };
checkInputs = [ mock pytest pytestrunner requests-mock ]; checkInputs = [ mock pytest pytestrunner requests-mock ];