python311Packages.ansible-compat: 4.0.4 -> 4.0.5

This commit is contained in:
R. Ryantm 2023-05-24 04:30:02 +00:00
parent b90d1e02ee
commit cf4d9fc60d

View file

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "ansible-compat";
version = "4.0.4";
version = "4.0.5";
format = "pyproject";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-rXzr++4EVt+/7g6AJRWxEeABYCVSUFF0+jo1/wi6Izk=";
hash = "sha256-TX4zP41PNbED6rwCfZG1hdVd1hk6FLkRh/xmsa3Wxs0=";
};
nativeBuildInputs = [