python3Packages.pytest-ansible: 2.1.1 -> 2.2.3
This commit is contained in:
parent
41a0dcba70
commit
34c044192d
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-ansible";
|
pname = "pytest-ansible";
|
||||||
version = "2.1.1";
|
version = "2.2.3";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "ansible";
|
owner = "ansible";
|
||||||
repo = "pytest-ansible";
|
repo = "pytest-ansible";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "0v97sqk3q2vkmwnjlnncz8ss8086x9jg3cz0g2nzlngs4ql1gdb0";
|
sha256 = "0vh2f34qxs8qfv15hf1q7li2iqjiydjsb4c86i2ma1b7vhi73j57";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user