tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-ansible: 3.2.1 -> 4.1.0
Martin Weinelt
2 years ago
02e5d977
8b525ed2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-ansible
default.nix
+2
-2
pkgs/development/python-modules/pytest-ansible/default.nix
reviewed
···
15
15
16
16
buildPythonPackage rec {
17
17
pname = "pytest-ansible";
18
18
-
version = "3.2.1";
18
18
+
version = "4.1.0";
19
19
format = "pyproject";
20
20
21
21
disabled = pythonOlder "3.9";
···
24
24
owner = "ansible";
25
25
repo = pname;
26
26
rev = "refs/tags/v${version}";
27
27
-
hash = "sha256-fSerRbd7QeEdTfyy2lVLq7FKHWWT0MlutonunHhM5M4=";
27
27
+
hash = "sha256-TV/dR4eTiwjrgamwRCig10acaf3MpAzLu0fHF0V2pzw=";
28
28
};
29
29
30
30
postPatch = ''