python: pytest-ansible: 2.0.1 -> 2.0.2

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:35:13 +01:00
parent 74ebe1c221
commit 2a6eb497e6

View File

@ -8,13 +8,13 @@
}:
buildPythonPackage rec {
version = "2.0.1";
version = "2.0.2";
pname = "pytest-ansible";
disabled = isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "553f2bc9e64f8c871ad29b7d5c100f6e549fe85db26bd1ff5dda8b769bb38a3e";
sha256 = "d69d89cbcf29e587cbe6ec4b229346edbf027d3c04944dd7bcbf3d7bba46348f";
};
patchPhase = ''