lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.pytest-ansible: 25.4.0 -> 25.4.1

R. Ryantm 7c4af9c8 4a3f7c41

+2 -2
+2 -2
pkgs/development/python-modules/pytest-ansible/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "pytest-ansible"; 19 - version = "25.4.0"; 19 + version = "25.4.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.10"; ··· 25 25 owner = "ansible"; 26 26 repo = "pytest-ansible"; 27 27 tag = "v${version}"; 28 - hash = "sha256-AX/yqxWHlLvS0K3Axhukzimi7IZYY6+IwkB9+tiqHTM="; 28 + hash = "sha256-AJU7jGO/fN5R0ZVb/WhiXZKEZF4Z2ibhIBs+267lSSk="; 29 29 }; 30 30 31 31 postPatch = ''