···7788buildPythonPackage rec {
99 pname = "resolvelib";
1010- version = "0.7.1";
1010+ # Currently this package is only used by Ansible and breaking changes
1111+ # are frequently introduced, so when upgrading ensure the new version
1212+ # is compatible with Ansible
1313+ # https://github.com/NixOS/nixpkgs/pull/128636
1414+ # https://github.com/ansible/ansible/blob/devel/requirements.txt
1515+ version = "0.5.5";
11161217 src = fetchFromGitHub {
1318 owner = "sarugaku";
1419 repo = "resolvelib";
1520 rev = version;
1616- sha256 = "1fqz75riagizihvf4j7wc3zjw6kmg1dd8sf49aszyml105kb33n8";
2121+ sha256 = "198vfv78hilpg0d0mjzchzp9zk6239wnra61vlsgwpcgz66d2bgv";
1722 };
18231924 checkInputs = [