Merge pull request from r-ryantm/auto-update/python310Packages.ansible

python310Packages.ansible: 8.0.0 -> 8.1.0
This commit is contained in:
Weijia Wang 2023-07-03 10:19:32 +03:00 committed by GitHub
commit 4ff1b39f71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@
let
pname = "ansible";
version = "8.0.0";
version = "8.1.0";
in
buildPythonPackage {
inherit pname version;
@ -30,7 +30,7 @@ buildPythonPackage {
src = fetchPypi {
inherit pname version;
hash = "sha256-hnDHxGAhwYjKwjXp/eetrbs8OAwkNqOwwcSTxLoQvKs=";
hash = "sha256-kfILW/z18phTPBdKk4geALyea0FBFGT0TAVKONcWpWo=";
};
postPatch = ''