python310Packages.ansible: 6.0.0 -> 6.1.0

This commit is contained in:
R. Ryantm 2022-07-13 11:30:45 +00:00
parent 3567e122f4
commit 61fbde38ae

View File

@ -20,7 +20,7 @@
let
pname = "ansible";
version = "6.0.0";
version = "6.1.0";
in
buildPythonPackage {
inherit pname version;
@ -30,7 +30,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-ZBosJ7xXaPmorRSIDx9uVxwfKvHUXnbycdduP3R1TFM=";
sha256 = "sha256-keSyOUXxkKqhI8a6T4rMuOf4kFmRvTuxm4mvvcpFaCI=";
};
postPatch = ''