python310Packages.ansible: 5.8.0 -> 6.0.0

This commit is contained in:
R. Ryantm 2022-06-22 15:41:39 +00:00
parent 14ff007ff6
commit d65b75d442

View file

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