Merge pull request #266277 from f2k1de/ansible-8.6.0

python3Packages.ansible: 8.4.0 -> 8.6.0
This commit is contained in:
Fabián Heredia Montiel 2023-11-14 21:18:37 -06:00 committed by GitHub
commit 3e9437c1bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = ''