Merge pull request #252153 from r-ryantm/auto-update/python310Packages.ansible-compat

python310Packages.ansible-compat: 4.1.5 -> 4.1.8

authored by

Matthias Beyer and committed by
GitHub
e7f38be3 68c0934a

+2 -2
+2 -2
pkgs/development/python-modules/ansible-compat/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "ansible-compat"; 16 - version = "4.1.5"; 16 + version = "4.1.8"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-WXyDahhMETH+62sOI82iNsQf7N7mRCc3Unj7aSD9LnQ="; 23 + hash = "sha256-9YE19dEj4I/bfhGEm4KUXhkA+MiZughZ1LQbJcdsqVU="; 24 24 }; 25 25 26 26 nativeBuildInputs = [