···78buildPythonPackage rec {
9 pname = "resolvelib";
10+ # Currently this package is only used by Ansible and breaking changes
11+ # are frequently introduced, so when upgrading ensure the new version
12+ # is compatible with Ansible
13+ # https://github.com/NixOS/nixpkgs/pull/128636
14+ # https://github.com/ansible/ansible/blob/devel/requirements.txt
15+ version = "0.5.5";
1617 src = fetchFromGitHub {
18 owner = "sarugaku";
19 repo = "resolvelib";
20 rev = version;
21+ sha256 = "198vfv78hilpg0d0mjzchzp9zk6239wnra61vlsgwpcgz66d2bgv";
22 };
2324 checkInputs = [