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

python310Packages.ansible-doctor: 1.4.6 -> 1.4.7
This commit is contained in:
Fabian Affolter 2022-11-26 14:08:16 +01:00 committed by GitHub
commit 4244d5e444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ansible-doctor";
version = "1.4.6";
version = "1.4.7";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "thegeeklab";
repo = "ansible-doctor";
rev = "refs/tags/v${version}";
hash = "sha256-76IYH9IWeHU+PAtpLFGT5f8oG2roY3raW0NC3KUnFls=";
hash = "sha256-FTDbQ9RZs1XleferFS8BAioWP0iWyHrDbytY68q/0tQ=";
};
pythonRelaxDeps = true;
@ -69,6 +69,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Annotation based documentation for your Ansible roles";
homepage = "https://github.com/thegeeklab/ansible-doctor";
changelog = "https://github.com/thegeeklab/ansible-doctor/releases/tag/v${version}";
license = licenses.lgpl3Only;
maintainers = with maintainers; [ tboerger ];
};