python310Packages.ansible-doctor: 1.4.6 -> 1.4.7

This commit is contained in:
R. Ryantm 2022-11-26 08:20:36 +00:00
parent fd538cf515
commit a3b440bccb

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;