lol

python3Packages.pytest-ansible: 3.2.1 -> 4.1.0

+2 -2
+2 -2
pkgs/development/python-modules/pytest-ansible/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "pytest-ansible"; 18 - version = "3.2.1"; 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 - hash = "sha256-fSerRbd7QeEdTfyy2lVLq7FKHWWT0MlutonunHhM5M4="; 27 + hash = "sha256-TV/dR4eTiwjrgamwRCig10acaf3MpAzLu0fHF0V2pzw="; 28 28 }; 29 29 30 30 postPatch = ''