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

This commit is contained in:
Martin Weinelt 2022-08-05 22:46:28 +02:00 committed by GitHub
commit 2e023cc8ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
let
pname = "ansible";
version = "6.1.0";
version = "6.2.0";
in
buildPythonPackage {
inherit pname version;
@ -30,7 +30,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
sha256 = "sha256-keSyOUXxkKqhI8a6T4rMuOf4kFmRvTuxm4mvvcpFaCI=";
sha256 = "sha256-va8rL9km/xifveL+/nI0cz8yw2/EEwM/pdk5RfvcBqY=";
};
postPatch = ''