python3Packages.ansible: 8.4.0 -> 8.6.0

This commit is contained in:
Isa
2023-11-08 15:05:45 +01:00
parent f2d4bf3c03
commit f3fb5dbbfe
@@ -21,7 +21,7 @@
let
pname = "ansible";
version = "8.4.0";
version = "8.6.0";
in
buildPythonPackage {
inherit pname version;
@@ -31,7 +31,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-8zxJJpBZL60SaE6Yl/beLaFcn24ey3kTdwOgZHCvLOY=";
hash = "sha256-lfTlkydNWdU/NvYiB1NbfScq3CcBrHoO169qbYFjemA=";
};
postPatch = ''