Merge pull request #178588 from r-ryantm/auto-update/python3.10-ansible

python310Packages.ansible: 5.8.0 -> 6.0.0
This commit is contained in:
Mario Rodas
2022-06-25 23:07:26 -05:00
committed by GitHub
@@ -20,7 +20,7 @@
let
pname = "ansible";
version = "5.8.0";
version = "6.0.0";
in
buildPythonPackage {
inherit pname version;
@@ -30,7 +30,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-+gVkdiAfQGJfs22VxQQe9GOIC+GL5cc7mYtXtAGWeGM=";
sha256 = "sha256-ZBosJ7xXaPmorRSIDx9uVxwfKvHUXnbycdduP3R1TFM=";
};
postPatch = ''